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.