humanizeTime

A module changing seconds to humanized time.


License
GPL-3.0
Install
pip install humanizeTime==1.0.0

Documentation

humanizeTime

Change seconds to humanized time

How to Install :

$ pip install humanizeTime

How to Use :

from humanizeTime import human_time
time = human_time(123231)

print(time)
1 day, 10 hours, 13 minutes, and 51 seconds