Cohort 1: Web Development with Python (AI Technologies)

Tkinter -Python GUI

Tkinter is the standard, built-in library for creating Graphical User Interfaces (GUIs) in Python. It acts as a wrapper around the Tcl/Tk toolkit, allowing developers to build desktop applications that run natively on Windows, macOS, and Linux.

To create a basic application, you follow these five steps :

  1. Import the tkinter module.

  2. Create the main root window.

  3. Add widgets (buttons, labels, entry boxes) to the window.

  4. Define the layout using a geometry manager.

  5. Start the main event loop to keep the window open and responsive.

Meeting link is not available right now.
Date
Duration 120 Minutes
Meeting Link

Download Resource File

gui_python.py

gui_addition.py

calculator_.py

image_file.py

image_.py

log_in.py

open-new-window.py

popup_window.py

radio_button.py

No Comments Yet