Tkinter
Tkinter Tutorial
Text widget in tkinter
Radiobutton in tkinter
Spinbox in tkinter
Scale widget in tkinter
progress bar in tkinter
Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with tkinter is the fastest and easiest way to create the GUI applications. Creating a GUI using tkinter is an easy task.
Check out about all Tkinter widget with example code from here .
Text widget in tkinter
Radiobutton in tkinter
Spinbox in tkinter
Scale widget in tkinter
progress bar in tkinter
No comments