meshtastic/docs/software/community/pygui.mdx
Sacha Weatherstone 9dc879235f
Hardware pages (#299)
* initial devices.json

* initial hardware components

* testing page at /docs/hardware/supported/template

* WIP Changes

* Home page work & updates

* Fix build

* Fix external link button

* Setup linting

* rename, cleanup & lint

* seperate lint cmd for now

Co-authored-by: Foster Irwin <foster@jfirwin.com>
Co-authored-by: Sacha Weatherstone <sachaw100@hotmail..om>
2022-04-02 00:34:49 +11:00

38 lines
946 B
Plaintext

---
id: community-pygui
title: PyGUI application
sidebar_label: PyGUI app
---
:::note
This is a community project maintained by @ZebusJesus.
Development can be followed on [GitHub](https://github.com/ZebusJesus/Meshtastic-PyGUI).
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.
![Python GUI](/img/pygui.jpg)
This can be installed using pip.
```powershell title="Windows"
python -m pip install --upgrade meshtastic-pygui
```
```shell title="MacOS/Linux"
pip3 install --upgrade meshtastic-pygui
```
And launched using python.
```powershell title="Windows"
python -m meshtastic_pygui
```
```shell title="MacOS/Linux"
python3 -m meshtastic_pygui
```
The project can be found on [GitHub](https://github.com/ZebusJesus/Meshtastic-PyGUI).