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
- Host: GitHub
- URL: https://github.com/kanewi11/dvd_animation
- Owner: kanewi11
- Created: 2023-07-26T00:26:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T04:23:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T02:11:16.193Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DVD animation on Python 📀
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`