Skip to content

thomasvalette/world_clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages