An open API service indexing awesome lists of open source software.

https://github.com/tim232/humanizetime

Change seconds to humanized time
https://github.com/tim232/humanizetime

Last synced: 3 months ago
JSON representation

Change seconds to humanized time

Awesome Lists containing this project

README

          

# humanizeTime

Change seconds to humanized time

How to Install :

```shell
$ pip install humanizeTime
```

How to Use :

```python
from humanizeTime import human_time
time = human_time(123231)

print(time)
```

```shell
1 day, 10 hours, 13 minutes, and 51 seconds
```