Getting started with tkinter - crash course
What is GUI? 🤔 GUI stands for Graphical user interface. Unlike text based interfaces (terminals), GUI uses graphical and interactive components for the user to interact with. What is tkinter? tkinter is an easy to use and standard GUI for Python. ...
Jan 6, 20225 min read287
