Metadata-Version: 2.1
Name: ct-clock
Version: 0.5.0
Summary: curses terminal digital clock
Home-page: https://github.com/tech-chad/ct_clock
Author: Chad Larson
Author-email: techchad2@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
License-File: LICENSE

### 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, Black

Stop 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)

