- tkinter window, layout (pack/grid), labels, entries, buttons
- Event handling and callbacks
- Simple multi-widget forms
- Individual demo:
tkinter.py - Mini apps:
- Hospital registration:
scripts/Hospital.py - Student register:
scripts/student_register.py
- Hospital registration:
- Tkinter Docs: https://docs.python.org/3/library/tkinter.html
- Tkinter Layouts: https://tkdocs.com/tutorial/grid.html