pyBegin / projects / tkinter
🔑

Tkinter Demos

A collection of Tkinter GUI examples. 1.py is a multi-frame student/college login and account-creation interface, and 2.py is a college-system wind…

230 lines🖥 Desktop only

Tkinter Demos

A collection of Tkinter GUI examples. 1.py is a multi-frame student/college login and account-creation interface, and 2.py is a college-system window with a button menu and a database entry popup.

How to run

python 1.py
python 2.py

Dependencies

Standard library only (tkinter).

Pyodide-runnable

No — these scripts use tkinter, a desktop GUI toolkit unavailable in the browser.