A rainfall animation for CLI / unix terminals written in python.
The rain changes intensity over time.
Download rainfall.deb and run:
sudo dpkg -i rainfall.deb
uninstall with sudo apt remove rainfall
Download rainfall.rpm and run:
sudo rpm -i rainfall.rpm
uninstall with sudo dnf remove rainfall
Link to AUR package
yay -S rainfall
Download rainfall.py and run
python3 rainfall.py
or just rainfall.py
to start, run:
rainfall
to stop, CTRL+C
make light or heavy rain by adding a parameter between 1-10:
rainfall -i=10
change the speed of frame re-rendering in seconds:
rainfall -t=0.12
the default is 0.08
monochrome option:
rainfall -m
colors:
rainfall green cyan red
black red green yellow blue magenta cyan white
b_black b_red b_green b_yellow b_blue b_magenta b_cyan b_white
- Jonatha Gabriel j0ng4b
- reddit r/unixporn