Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngc/3005a3


https://github.com/ngc/3005a3

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# 3005 | Assignment 3
### Student Number 101232075
### Name: Nathan Coulas

This repository includes my submission for Assignment 3.

Demonstration of the code can be found at the following link:
https://youtu.be/ju58uwa84wA

# Setup

This was built using Python 3.12.2. Use any other version at your discretion.

Assuming you have python3 installed you can install the requirements by using the following commands.

```bash
git clone [this repo]
cd [this repo]
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
```

# Running the code

To run the code, you can use the following command:

```bash
python3 main.py
```