This personal project implements a simple duty roster for house members using the python Streamlit library.
- An email notification system is also implemented to enable individuals to be automatically notified when they are due for duty.
- An sqlite database is used to store member information such as emails and passwords and is accessed using the sqlite library in Python.
- Project will be augmented to include a SMS notification system using the Twilio api.