Skip to content

georgestafilidis/python-tkinter-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tkinter Examples

Small collection of Tkinter GUI demos.

Structure

  • basic-examples/ → simple standalone widgets (entry, checkboxes, radio, order form)
  • database-app/ → mini CRUD app with MySQL

Run

# 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages