diff --git a/README.md b/README.md index 87de1b8..100b1f3 100644 --- a/README.md +++ b/README.md @@ -14,35 +14,41 @@ Matrix rain effect using python 3 and curses. > -p password option is not securely implemented ### Commands -- ' Q ' = *quits* -- ' b ' = *bold on* -- ' B ' = *bold all* -- ' n ' = *bold off* -- '0-9' = *delay speed* -- ' a ' = *asynchronous like scrolling* -- ' m ' = *multiple color mode* -- ' M ' = *multiple random color mode* -- ' d ' = *reset to default* -- ' c ' = *cycle through colors automatically* +- **Q** = *quits* +- **b** = *bold on* +- **B** = *bold all* +- **n** = *bold off* +- **0-9** = *delay speed* +- **a** = *asynchronous like scrolling* +- **m** = *multiple color mode* +- **M** = *multiple random color mode* +- **d** = *reset to default* +- **c** = *cycle through colors automatically* ##### rain colors -- ' r ' = red -- ' t ' = green -- ' y ' = blue -- ' u ' = yellow -- ' i ' = magenta -- ' o ' = cyan -- ' p ' = white +- **r** = red +- **t** = green +- **y** = blue +- **u** = yellow +- **i** = magenta +- **o** = cyan +- **p** = white ##### lead char color -- ' R ' = red -- ' T ' = green -- ' Y ' = blue -- ' U ' = yellow -- ' I ' = magenta -- ' O ' = cyan -- ' P ' = white - +- **R** = red +- **T** = green +- **Y** = blue +- **U** = yellow +- **I** = magenta +- **O** = cyan +- **P** = white ## Screen Shots -to be added + +![screen1.png](img/screen1.png?raw=true) + +![screen2.png](img/screen2.png?raw=true) + +![screen3.png](img/screen3.png?raw=true) + +![screen4.png](img/screen4.png?raw=true) diff --git a/img/screen1.png b/img/screen1.png new file mode 100644 index 0000000..a5e5b6b Binary files /dev/null and b/img/screen1.png differ diff --git a/img/screen2.png b/img/screen2.png new file mode 100644 index 0000000..9248440 Binary files /dev/null and b/img/screen2.png differ diff --git a/img/screen3.png b/img/screen3.png new file mode 100644 index 0000000..a85e39a Binary files /dev/null and b/img/screen3.png differ diff --git a/img/screen4.png b/img/screen4.png new file mode 100644 index 0000000..e1b6792 Binary files /dev/null and b/img/screen4.png differ