Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 977 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 977 Bytes

world_clock

Displays basic world clock on a terminal.

Screenshot

Usage

Just configure clocks.yaml the way you like it, then run

# installing dependencies
pip install -r requirements.txt
# launch
python world_clock.py

clocks.yaml

This file allows configuration of various clocks and their color / timezone.

You can add as many clocks as your screen/terminal can handle.

paris:
    timezone:    'Europe/Paris'
    title:       'Paris, France'
    seconds:      True
    milliseconds: False
    color:        'red'
london: ...