JordanLeich / Ultimate-Calculator

This is an incredibly powerful calculator and converter that is capable of many useful day-to-day functions that typical calculators cannot perform.
MIT License
42 stars 10 forks source link

Created Time Conversion functionality #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

I've finished the (basic) time conversion part of this calculator. It works by converting the users input into seconds and then dividing that to get years, days, minutes, so on. Definitely has the possibility of more output options but this is what I got working until now.

Also fixed contributions.py since starting the program was impossible because it would open the page automatically and then quit the program.

JordanLeich commented 3 years ago

Thank you for adding this in, everything looks great!