Metadata-Version: 2.1
Name: digital-static
Version: 0.5.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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# digital_static
Digital Static / Snow with Python 3 and curses

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

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

### Commands
- <kbd>Q</kbd> or <kbd>q</kbd> = To quit
- <kbd>b</kbd> = Toggle black and white mode
- <kbd>C</kbd> = Switch to color mode
- <kbd>c</kbd> = Toggle cycle color mode
- <kbd>a</kbd> = Toggle enable additive mode <kbd>r,t,y,u,i,o</kbd> to add and remove colors
- <kbd>d</kbd> = Reset to default settings
- <kbd>0 to 9</kbd> = Delay Speed
- <kbd>shift 1 to 5</kbd> = Cycle color delay when inn cycle color mode
- <kbd>l</kbd> = Clear the screen, wait 2 seconds and start again.
- <kbd>f</kbd> = Freeze the screen until <kbd>f</kbd> is pressed again.  

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

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

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

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

