ganzogo/godzina
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
godzina Python module that tells you the time in Polish in both official (24hr) and unofficial (12hr) formats. Also, tells you how to say something happened *at* that time. Command line usage: python godzina.py HH:MM Example output: > python godzina.py 13:45 13:45 oficjalnie: jest trzynasta czterdzieści pięć, o trzynastej czterdzieści pięć nieoficjalnie: jest za kwadrans druga, za kwadrans druga To run tests in verbose mode: python -m doctest -v godzina.py