Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.48 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.48 KB

CREST... always remember the date

current version

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.

Application preview

app2.png

Tech stack

  • Python
  • Sqlite3
  • Tkinter

System requirements

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

Project Setup

  • clone this project to your desktop
  • cd into the root directory and run python birthmgr.py

What I learnt

  • How to manipulate records
  • How to use the tkinter library
  • How to work with a database
  • Improved my python skills

Challenges

  • One of the challenges I faced was effectively deleting a record from the database without affecting the number format on the listbox.

Pipeline features

  • Feature for automatic execution daily.
  • Turning this project to executable and publishing.

License

You can check out the full license here

This project is licensed under the terms of the MIT license.