Skip to content

jessislearning/time-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🕑 Time Calculator 🕟

The time calculator takes a start time and a duration.
The duration is added to the start time, and outputs a new time and number of days.
If the user indicates the start day (e.g. Monday), then Time Calculator will also output the name of final day

💪🏼For this project, no Python libraries are used.

The program accepts time in the following format: "hh:mm AM", where the minutes are integers less than 60.
For the start time, the hours are integers between 1-12. For the duration, the hours are integers with no maximum limit.

⬇⬇The image below shows sample calculations done by Time Calculator ⬇⬇

image


✨ More information about the project can be found here:✨
https://www.freecodecamp.org/learn/scientific-computing-with-python/build-a-time-calculator-project/build-a-time-calculator-project