Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngc/3005a3
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngc/3005a3
- Owner: ngc
- Created: 2024-03-19T02:29:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-19T02:51:31.000Z (8 months ago)
- Last Synced: 2024-03-19T03:41:08.360Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3005 | Assignment 3
### Student Number 101232075
### Name: Nathan CoulasThis 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
```