Here's a README.md file for your code with prefixed to each line as requested:
This project creates an interactive quiz animation using ManimGL, featuring 3D trajectories, image animations, and timed questions.
- Python 3.7+
- manimGL (https://github.com/3b1b/manim)
- Additional dependencies: numpy, opencv-python, Pillow
- Clone the manimGL repository:
git clone https://github.com/3b1b/manim.git
- Install required dependencies:
pip install -r requirements.txt
Quizzone.py: Main animation scriptutils.py: Helper functions (must be in same directory)Guests/: Directory containing guest question data (.pkl files)Images/: Contains all image assets
Run the animation with:
manimgl Quizzone.py Quizzone- 3D spiral trajectories with custom axes
- Randomized guest selection from .pkl files
- Image resizing and animation
- Interactive quiz format with timed questions
- Special effects for correct answers
You can modify:
config.pixel_height/width: Output resolutionconfig.frame_height/width: Scene dimensionstime_sandtime: Animation durations- Guest questions in the
Guests/directory
- Ensure all image paths are correct for your system
- The script uses current time for random seeding
- Requires properly formatted .pkl files for guest data
manimgl Quizzone.py Quizzone -w --hd(Renders at 1280x720 resolution)