https://github.com/tech-chad/ct_clock
curses terminal digital clock
https://github.com/tech-chad/ct_clock
clock curses digital python python3 time
Last synced: 4 months ago
JSON representation
curses terminal digital clock
- Host: GitHub
- URL: https://github.com/tech-chad/ct_clock
- Owner: tech-chad
- License: mit
- Created: 2020-07-06T02:50:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T05:33:19.000Z (over 3 years ago)
- Last Synced: 2025-01-12T19:44:54.550Z (6 months ago)
- Topics: clock, curses, digital, python, python3, time
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ct_clock
curses terminal digital clock
#### Install
``` pip install ct-clock```#### To Use
```ct-clock``` to use the clock```ct-clock stop_watch``` to use the stop watch
#### Commands
Clock Commands:
- ```q``` quit
- ```s``` show seconds
- ```m``` 24 Hour Clock
- ```c``` Mode: normal, cycle whole
- ```b``` Blink colon
- ```e``` Show Date
- ```E``` Cycle date formats
- ```n``` Toggle colon
- ```d``` Reset settings to default
- ```123``` Cycle mode timing (1 every sec, 2 every min, 3 every hour)
- ```rtyuiop[``` Select digit color: Red, Green, Blue, Yellow, Magenta, Cyan, White, Black
- ```RTYUIOP{``` Select background color: Red, Green, Blue, Yellow, Magenta, Cyan, White, BlackStop Watch Commands:
- ```q``` quit
- ```g``` Start or pause stop watch
- ```h``` Reset stop watch to 00:00:00
- ```rtyuiop[``` Select digit color: Red, Green, Blue, Yellow, Magenta, Cyan, White, Black#### Screen Shots
**no seconds**

**24 hour clock**

**Stop Watch**
