Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

aaronbassett/Human-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

On OSX

python human_time.py | say

On Ubuntu

python human_time.py | espeak

In your own Python scripts

import human_time

print human_time.human_time()

You can also pass in your own datetime object

from datetime import datetime
import human_time

human_time.human_time(datetime(2011, 9, 1, 1, 2))

About

Returns time as a human would say it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages