You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
325 B
19 lines
325 B
4 years ago
|
# pom
|
||
|
|
||
|
|
||
|
You need python3 and also:
|
||
|
|
||
|
`sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0`
|
||
|
|
||
|
To run: `python3 pom.py`
|
||
|
|
||
|
To edit interface: open `main.glade` in Glade
|
||
|
|
||
|
Useful resources:
|
||
|
|
||
|
<https://python-gtk-3-tutorial.readthedocs.io/en/latest/index.html>
|
||
|
|
||
|
<https://pygobject.readthedocs.io/en/latest/guide/index.html>
|
||
|
|
||
|
|