/dvd_animation

Simple DVD motion animation in python pygame

Primary LanguagePython

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