Initial commit

PyMeshCore GUI is an open-source desktop application for interacting with the MeshCore network.
It focuses on **chatting, prototyping, and development** on top of MeshCore, with an emphasis on
desktop workflows and developer accessibility.

The project is built using PySide6 (Qt for Python) and meshcore-py.
This commit is contained in:
Stefan de Konink
2026-01-04 20:54:12 +01:00
commit 18e21ffcdb
39 changed files with 2342 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
**/.idea
**/__pycache__/
**/.venv
*.pyc
uv.lock