Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 915 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 915 Bytes

outernet-proj

Zayn, Aarav, Jaime, Sahib, and Sarvesh's submission for the Outernet hackathon challenge.

What is the challenge?

Per Belle's announcement, this project is intended to:

"Make a project that makes people laugh"

The project

The project we have workshopped is a virus like program where rogue turtles take over your screen and do some... funny stuff :)

How to set up the project

  1. Install Python 3.10 per this
  2. Install python's venv per this
  3. Set up the python venv using the line python -m venv .venv while in the project folder
  4. Activate the virtual environment using source .venv/bin/activate
  5. Install all project dependencies using pip install -r requirements.txt

How to run the project

To run, run python main.py