An open API service indexing awesome lists of open source software.

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.

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.