https://github.com/michaelradu/digital-rain
The iconic Matrix digital rain as a screensaver. All you really need is just a graphics library and a random number generator.
https://github.com/michaelradu/digital-rain
Last synced: 8 months ago
JSON representation
The iconic Matrix digital rain as a screensaver. All you really need is just a graphics library and a random number generator.
- Host: GitHub
- URL: https://github.com/michaelradu/digital-rain
- Owner: michaelradu
- License: gpl-3.0
- Created: 2023-01-21T20:24:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T20:25:57.000Z (over 3 years ago)
- Last Synced: 2025-01-29T14:15:55.570Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix Digital Rain
The iconic Matrix digital rain as a screensaver. All you really need is just a graphics library and a random number generator.
## Requirements
- pygame
- python (duh)
## Install & Usage
```Python
pip install pygame
python main.py
```
Done.