https://github.com/maximecb/party-anims
Visuals and animations I created for parties
https://github.com/maximecb/party-anims
Last synced: 4 months ago
JSON representation
Visuals and animations I created for parties
- Host: GitHub
- URL: https://github.com/maximecb/party-anims
- Owner: maximecb
- License: apache-2.0
- Created: 2024-11-17T20:02:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:57:07.000Z (over 1 year ago)
- Last Synced: 2025-07-03T05:59:30.702Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 698 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Party Animations
Visual or video animation programs I wrote to use on a projector screen
at parties. The programs are written in Python using numpy and OpenCV.
## Installation
```
# Install required Python packages
pip3 install numpy
```