Skip to content

robokoding/sumorobot-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sumorobot-manager

Update SumoFirmware

How to run

  1. Install Python3, PyQt5, pyserial (terminal: pip3 install pyqt5 pyserial)
  2. Launch the app (terminal: python3 main.py)

How to build executable

  1. Install pyinstaller (terminal: pip3 install pyinstaller)
  2. On Mac OS install create-dmg (terminal: npm install create-dmg)

How to use

  1. Plug in SumoRobot via a micro USB cable
  2. Press Update Firmware

Support

If you find our work useful, please consider donating : )
Donate using Liberapay

License

MIT

Credits

  • Qt
  • Python
  • pyinstaller