Metadata-Version: 2.1
Name: digital-static
Version: 0.3.0
Summary: static/snow simulation using python 3 and curses
Home-page: https://github.com/tech-chad/digitalstatic
Author: Chad Larson
Author-email: techchad2@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >= 3.6.1
Description-Content-Type: text/markdown
Requires-Dist: importlib-metadata (>=1.6)
Requires-Dist: argparse-types (>=0.1.0)

# digitalstatic
Digital Static / Snow with Python 3 and curses

### How to install
```pip install digital_static```

### To Run
```dstatic```

### Commands
- <kbd>Q</kbd> = to quit
- <kbd>b</kbd> = black and white mode
- <kbd>C</kbd> = color mode
- <kbd>c</kbd> = cycle color mode
- <kbd>a</kbd> = Enable additive mode (r,t,y,u,i,o,p,[) to add and remove colors
- <kbd>d</kbd> = reset to default
- <kbd>0 to 9</kbd> = Delay
- <kbd>shift 1 to 5</kbd> = cycle color delay

#### Colors
Change colors while running
- <kbd>r</kbd> = red
- <kbd>t</kbd> = green
- <kbd>y</kbd> = blue
- <kbd>u</kbd> = yellow
- <kbd>i</kbd> = magenta
- <kbd>o</kbd> = cyan
- <kbd>p</kbd> = white
- <kbd>[</kbd> = black

### Screen Shots
![screen1](https://i.fluffy.cc/PzDwTN3sZC6fbbnKL4SMSDQFwr1P1mTr.png)

![screen2](https://i.fluffy.cc/p38RJxwTn7rRCHKkFrxPKzM9CTK84MgP.png)

![screen3](https://i.fluffy.cc/sLz0sqC8pFdf27twrh6z4BJ27StlG7jc.png)



