8000 GitHub - reynum2/Pyboard_GUI: A simple GUI in QT to transfer files and directories from esp32 micropython board to the computer
[go: up one dir, main page]

Skip to content

A simple GUI in QT to transfer files and directories from esp32 micropython board to the computer

License

Notifications You must be signed in to change notification settings

reynum2/Pyboard_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyboard GUI

This projet is a GUI in QT made to easily transfer files and directories from computer to ESP32 board with micropython installed, it should work with other microcontrolers

Pyboard GUI

Requirements

  • Python 3.11+
  • pyserial
  • pyqt6

On linux

Clone the repository, cd inside, and launch with the command python3 Pyboard_GUI.py

Access to the board

In order to have access to the board the user may need to be in dialout group, for that type the command : sudo usermod -a -G dialout $USER

On Windows

You can do the same as in Linux.
Or you can install pyinstaller and build the projet with the command pyinstaller.exe --clean .\main.spec

You should find in the directory .\dist the executable main.exe

Version

0.1

About

A simple GUI in QT to transfer files and directories from esp32 micropython board to the computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0