Matrix rain effect using python 3 and curses.
pip install pymatrix-rain
To run: pymatrix-rain
not tested on Windows or Mac
- Q or q = Quits
- b = Bold on
- B = Bold all
- n = Bold off
- 0-9 = Delay speed 0-Fast, 4-Default, 9-Slow
- a = Asynchronous like scrolling (normal scrolling only)
- m = Multiple color mode
- M = Multiple random color mode (normal scrolling only)
- d = Reset to default
- c = Cycle through colors automatically
- l = Toggle double space lines
- e = Toggle extended characters
- E = Only extended characters if on
- k = Half width Katakana characters like those from the movies. If the correct font is installed.
- K = Half width Katakana characters only
- z = Zero and One Mode On
- Z = Zero and One Mode Off
- f = Freeze and unfreeze the matrix. Can still use Q to quit.
- v = Toggle the matrix to scroll up
- W = Toggle do not clear screen (normal scrolling only)
- w = Clear the screen, wait 2 seconds and start
- j = Toggle italic text
- s = Toggle old style matrix scrolling (down only)
- up arrow = Matrix scrolling up
- down arrow = Matrix scrolling down (Default)
- left arrow = Matrix scrolls from right to left
- right arrow = Matrix scrolls from left to right
- shift 0-9 = Cycle color delay
- r = Red
- t = Green
- y = Blue
- u = Yellow
- i = Magenta
- o = Cyan
- p = White
- [ = Black
- R = Red
- T = Green
- Y = Blue
- U = Yellow
- I = Magenta
- O = Cyan
- P = White
- { = Black
- ctrl-r = Red
- ctrl-t = Green
- ctrl-y = Blue
- ctrl-u = Yellow
- ctrl-i = Magenta
- ctrl-o = Cyan
- ctrl-p = White
- ctrl-[ = Black