Building a GUI to store birthdates in a database. (further functionality like birthday-reminders might be added at later point).
This is yet another one of my mini-projects. It intends to understand and apply the basics of GUI programming and database setup using Tkinter and sqlite3.
- tkinter
- sqlite3
- os
- python3.7
Inspiration, code snippets, etc.
- Codemy.com "Python Tkinter GUI Tutorial"
- Python4Fun
- DB Browser "Building a GUI Application with Tkinter" - database editor/visual tool used to create, design and edit database files compatible with SQLite