tkinter
Installation
https://stackoverflow.com/questions/72570408/tkinter-in-python-3-10
sudo apt-get install python3-tk
Tutorial
https://www.digikey.co.uk/en/maker/projects/python-gui-guide-introduction-to-tkinter/d04a764c78114682aac9255056026338
https://www.simplilearn.com/tutorials/python-tutorial/python-graphical-user-interface-gui
Fixing Errors
cannot import name 'ImageTK'
https://stackoverflow.com/questions/44835909/cannot-import-name-imagetk-python-3-5
sudo apt-get install python3-pil python3-pil.imagetk
https://stackoverflow.com/questions/56343229/how-to-fix-tkinter-tclerror-no-events-specified-in-binding
Other
https://www.pythonguis.com/faq/which-python-gui-library/
Category
git Usage
Single Board Computers
Follow Me