Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 772 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 772 Bytes

TimothyS-project0

Purpose:

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.

  1. User types the current time of day in the week.
  2. Program takes the information and finds the set of medications in the lists that are to be taken on that specific day.
  3. Also looks at which ones to take on that day in the time interval range that the current time is in.
  4. Returns the prescribed medications for the user to take at the current day of the week and time

Getting Started Locally

  1. Fork This Repo & Clone
  2. run Pyhton3 TestMedReminder.py
  3. run Pyhton3 MedReminder.py
    1. Enter Day (Preferably In All Caps)
    2. Enter Time (Preferably In 24 Hours)