This project was made during the Summer of Making 2025
- Clone this repo to your machine or download the zip file using the green clone button.
- Open the terminal / command prompt and navigate to the project folder.
- Ensure python3 is installed on your machine & available on the path.ath.
- (OPTIONAL) Create a virtual environment with python3 -m venv venv, and activate it according to your OS
- Install the required packages by running pip3 install -r requirements.txt
To run with the default database, run:
python3 main.pyTo run with a custom task list, run:
python3 main.py --list name_of_database>gt; # or -l se>
# for example: python3 main.py --list work_project To see the help menu, run:
python3 main.py --helpAI (GitHub Copilot) was used to help write the readme, some commit messages, and the menu prompt. It also helped with some debugging and with the displaying of the checkboxes ( [ ] or [X])
The rest of the code was written by me, including the logic for adding, removing, and displaying tasks, as well as accessing the database.