October 2022
Beginner
200 pages
3h 7m
English
Modern computer applications are built with graphical user interfaces in mind. The user interacts with the application using windows, icons, menus, and a mouse pointer rather than console-based I/O.
To create a graphical user interface using Python, you’ll need to use Tkinter (Tk interface). This module is bundled with standard distributions of Python for all platforms.
Read now
Unlock full access