Create A Python Program: that reminds the user at specific times of day of which of their medications they need to take over a given period of time.
- User types the current time of day in the week.
- Program takes the information and finds the set of medications in the lists that are to be taken on that specific day.
- Also looks at which ones to take on that day in the time interval range that the current time is in.
- Returns the prescribed medications for the user to take at the current day of the week and time
- Fork This Repo & Clone
- run
Pyhton3 TestMedReminder.py
- run
Pyhton3 MedReminder.py
- Enter Day (Preferably In All Caps)
- Enter Time (Preferably In 24 Hours)