Metadata-Version: 2.1
Name: digital_static
Version: 0.2.1
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
Description: # 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>d</kbd> = reset to default
        - <kbd>0 to 9</kbd> = Delay
        - <kbd>shift 1 to 5</kbd> = cycle color delay
        
        #### Colors
        - <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.png](img/screen1.png)
        
        ![screen3.png](img/screen3.png)
        
        ![screen2.png](img/screen2.png)
Platform: UNKNOWN
Requires-Python: >= 3.6.1
Description-Content-Type: text/markdown
