Zayn, Aarav, Jaime, Sahib, and Sarvesh's submission for the Outernet hackathon challenge.
Per Belle's announcement, this project is intended to:
"Make a project that makes people laugh"
The project we have workshopped is a virus like program where rogue turtles take over your screen and do some... funny stuff :)
- Install Python 3.10 per this
- Install python's venv per this
- Set up the python venv using the line
python -m venv .venv
while in the project folder - Activate the virtual environment using
source .venv/bin/activate
- Install all project dependencies using
pip install -r requirements.txt
To run, run python main.py