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

https://github.com/kanewi11/dvd_animation

Simple DVD motion animation in python pygame
https://github.com/kanewi11/dvd_animation

Last synced: 2 months ago
JSON representation

Simple DVD motion animation in python pygame

Awesome Lists containing this project

README

        

# DVD animation on Python 📀

DVD gif

Start:
1. Windows `python -m venv venv` **|** Linux/MacOS `python3 -m venv venv`
2. Windows `venv\Scripts\activate` **|** Linux/MacOS `. venv/bin/activate`
3. `git clone https://github.com/kanewi11/dvd_animation.git` or download zip
4. Install requirements `pip install -r requirements.txt`
5. Run `python dvd_animation.py`