add files & write README
This commit is contained in:
parent
0d1bb7d726
commit
4070989a9c
5 changed files with 163 additions and 2 deletions
25
README.md
25
README.md
|
@ -1,3 +1,24 @@
|
|||
# terminal-rain.py
|
||||
# terminal-rain
|
||||
|
||||
Rain in the linux terminal - written in python3.
|
||||

|
||||
|
||||
Rain in the linux terminal - written in python3.
|
||||
The terminal emulator has to support ANSI escape codes.
|
||||
|
||||
## Usage
|
||||
|
||||
Run the .py script files with python3:
|
||||
|
||||
```
|
||||
python3 rain.py
|
||||
python3 colorful-rain.py
|
||||
python3 colorful-rain.py b
|
||||
```
|
||||
|
||||
Alternatively, on most linux distros, you can run the scripts with:
|
||||
|
||||
```
|
||||
./<scriptname>.py
|
||||
```
|
||||
|
||||
Tip: Use a GPU-accelerated terminal emulator like [alacritty](https://github.com/alacritty/alacritty) for better performance.
|
||||
|
|
Reference in a new issue