mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
f2e22d63c9
Thanks to aspell and languagetool. Hand picked from these, there are too many strange things in the English language to be perfectly syntactical.
944 B
944 B
id | title | sidebar_label |
---|---|---|
community-pygui | PyGUI application | PyGUI app |
:::note This is a community project maintained by @ZebusJesus. Development can be followed on GitHub. Support should be sought from the respective authors. :::
PyGUI is a platform independent graphical user interface for meshtastic devices. It allows the sending of messages, changing of a lot of settings, monitoring of packets, and uploading firmware.
This can be installed using pip.
python -m pip install --upgrade meshtastic-pygui
pip3 install --upgrade meshtastic-pygui
And launched using python.
python -m meshtastic_pygui
python3 -m meshtastic_pygui
The project can be found on GitHub.