/Time-Calculator

Given a time and an amount of hours and minutes to add to it, the program will return the final time. Optional adding of a weekday to find out what the final day will be. (Ex: "12:32 PM, 26:12, Monday" will return "2:44 AM, Wednesday (2 days later)" )

Primary LanguagePython

No issues in this repository yet.