notes 621 B

123456789101112131415161718
  1. Dependencies required Linux:
  2. sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
  3. Dependencies required if installing from pip:
  4. First Run:
  5. sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
  6. Then run:
  7. pip3 install pycairo
  8. pip3 install PyGObject
  9. https://python-gtk-3-tutorial.readthedocs.io/en/latest/dialogs.html#filechooserdialog
  10. You can specify to choose a folder.
  11. https://python-gtk-3-tutorial.readthedocs.io/en/latest/index.html
  12. https://stackoverflow.com/questions/29979957/how-to-make-filename-path-from-gtk-python-3-4-filechooserdialog-accessible-gl