Skip to content

A command line program to display the time in multiple formats.

License

Notifications You must be signed in to change notification settings

mecaneer23/clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clock

A command line program to display the time in multiple formats. Some options include digital and analog, as well as an ncurses or purely printed display. Clock is written in Python.

Options

Flag Description
-h Display a list of options (help).
-a Analog clock, this is the default.
-d Digital watch clock face. This is easier to read but less cool.
-c Analog clock with a more circular design.
-n Use Ncurses to display the time instead of printing.
-p Print the time to stdout. This is the default.
-x Add a custom time. ./clock.py -x 12 00
-t Just print the current time.

About

A command line program to display the time in multiple formats.

Topics

Resources

License

Stars

Watchers

Forks

Languages