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

https://github.com/dmfed/raindrops

A piece of code created while getting acquainted with Pygame lib
https://github.com/dmfed/raindrops

Last synced: about 1 year ago
JSON representation

A piece of code created while getting acquainted with Pygame lib

Awesome Lists containing this project

README

          

# raindrops
Sample PyGame project

Draws rain in a screensaver-like manner. Can run fullscreen. Note that this script requires PyGame
installed on your system. My version was 1.9. Most likely will work with older versions.

To run the program:

**chmod +x rain.py**
**./rain.py**

Use **./rain.py --help** to customize window size or run fullscreen.