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
- Python 3.11+
- pyserial
- pyqt6
Clone the repository, cd inside, and launch with the command
python3 Pyboard_GUI.py
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
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
0.1
