PyGUI application
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.
Windows
python -m pip install --upgrade meshtastic-pygui
MacOS/Linux
pip3 install --upgrade meshtastic-pygui
And launched using python.
Windows
python -m meshtastic_pygui
MacOS/Linux
python3 -m meshtastic_pygui
The project can be found on GitHub.