Skip to content

Digital Static/Snow simulation using python3 and curses.

License

Notifications You must be signed in to change notification settings

tech-chad/digitalstatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digital_static

Digital Static / Snow with Python 3 and curses

Python 3.7 +

How to install

pip install digital_static

To Run

dstatic

Commands

  • Q or q = To quit
  • b = Toggle black and white mode
  • C = Switch to color mode
  • c = Toggle cycle color mode
  • a = Toggle enable additive mode r,t,y,u,i,o to add and remove colors
  • d = Reset to default settings
  • 0 to 9 = Delay Speed
  • shift 1 to 5 = Cycle color delay when inn cycle color mode
  • l = Clear the screen, wait 2 seconds and start again.
  • f = Freeze the screen until f is pressed again.
  • z = Cycle through test patterns
  • w = Display a fake blue screen of death

Colors

Change colors while running

  • r = Red
  • t = Green
  • y = Blue
  • u = Yellow
  • i = Magenta
  • o = Cyan

Screen Shots

screen1

screen2

screen3

Test Pattern screen4