meshtastic/website/docs/software/community/pygui.md
2021-05-01 15:08:41 +01:00

757 B

id title sidebar_label
community-pygui PyGUI application PyGUI app

Created by @ZebusJesus

PyGUI is a platform independant graphical user interface for meshtastic devices. It allows the sending of messages, changing of a lot of settings, monitoring of packets, and uploading firmware.

Python GUI

This can be installed using pip.

python -m pip install --upgraade 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.