|
5 months ago | |
---|---|---|
ui | 9 months ago | |
README.md | 5 months ago | |
main.go | 9 months ago | |
main.py | 9 months ago | |
requirements.txt | 9 months ago | |
screenshot.png | 9 months ago |
Some experimentation with GTK+ 3.0 / Glade GUIs in Go and Python, particularly for a mobile app UI with multiple screens.
Some features exercised:
# Install dependencies (Fedora)
sudo dnf install python3-devel kernel-headers glibc-devel gobject-introspection-devel
# Install dependencies (Alpine Linux/postmarketOS)
sudo apk add python3-dev linux-headers musl-dev gobject-introspection-dev
# Python dependencies
pip install -r requirements.txt
# Run it
python main.py