This is a desktop application written in Python that provides the functions of storing and reminding the user of birthdays each day there is a birthday.On executing this project, the birthdays for each day is shown if there exists any record for the day.
- Python
- Sqlite3
- Tkinter
This app is still in its development phase, reviews and corrections are highly accepted. Also in other to made contributions to this project, the following system requirements need to be met:
- Install Python
- Install Tkinter
- Install Sqlite3
- clone this project to your desktop
- cd into the root directory and run
python birthmgr.py
- How to manipulate records
- How to use the tkinter library
- How to work with a database
- Improved my python skills
- One of the challenges I faced was effectively deleting a record from the database without affecting the number format on the listbox.
- Feature for automatic execution daily.
- Turning this project to executable and publishing.
You can check out the full license here
This project is licensed under the terms of the MIT license.