Small collection of Tkinter GUI demos.
basic-examples/→ simple standalone widgets (entry, checkboxes, radio, order form)database-app/→ mini CRUD app with MySQL
# Basic examples (no extra install needed after tkinter)
python3 basic-examples/simple_entry_show_example.py
# Database app
pip install -r requirements.txt
python3 database-app/game_database_gui.py