Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T05:33:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T10:55:49.709Z (about 1 month 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
![screen1](https://i.fluffy.cc/QptTHPFmPNKBxnJsNL2JFPJv4M7ksLS0.png)**no seconds**
![screen2](https://i.fluffy.cc/x1VJqflQjT1h1TP9vM4C6rkzw6GTQPJD.png)
**24 hour clock**
![screen3](https://i.fluffy.cc/sjrL2GnMd3M3KgDbnJCC6HTJCZsDCCJV.png)
**Stop Watch**
![stopwatch](https://i.fluffy.cc/GwJPln7WBdBKr3ftGSxrjWf9WjRkw3H9.png)