Rain in the linux terminal - written in Python 3.
This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-06-12 17:09:39 +00:00
.gitignore Update .gitignore 2021-06-12 13:41:47 +00:00
colorful-rain.py add files & write README 2021-06-11 20:57:37 +02:00
LICENSE Add LICENSE 2021-06-11 18:49:20 +00:00
rain.py add files & write README 2021-06-11 20:57:37 +02:00
README.md Update README.md 2021-06-12 17:09:39 +00:00
terminal-rain-showcase.webp add files & write README 2021-06-11 20:57:37 +02:00

Terminal Rain

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 for better performance.