The tkinter Package

Reference:

The tkinter package provides an application with a graphical user interface capable of being run on a personal computer.

Installation

The tkinter package is most likely already pre-installed in your Python installation.

Usage

Usage example:

a screencast of using the program. a desktop window comes up. the user inputs some values and selects some things. then upon button click the terminal outputs the values of all selected items

Last updated