https://github.com/realshubhamraut/taskmaster-todo
A project in which managing tasks, allowing users to view, add, modify, and delete tasks based on their unique IDs
https://github.com/realshubhamraut/taskmaster-todo
cs50p final-project project python-project tasks to-do
Last synced: 7 months ago
JSON representation
A project in which managing tasks, allowing users to view, add, modify, and delete tasks based on their unique IDs
- Host: GitHub
- URL: https://github.com/realshubhamraut/taskmaster-todo
- Owner: realshubhamraut
- License: mit
- Created: 2023-10-25T18:47:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T05:37:53.000Z (about 1 year ago)
- Last Synced: 2024-09-17T08:21:33.204Z (about 1 year ago)
- Topics: cs50p, final-project, project, python-project, tasks, to-do
- Language: HTML
- Homepage:
- Size: 9.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TaskMaster-TODO
Quick terminal based logical approach for to-do app (this is one of my first projects in python)#### Description: A interface for to-do list created using Python and tabulate is the library being used for making tables
---
### This was final project developed for CS50P's final submission.
---
### Demo:
## Installation
Use [pip](https://pip.pypa.io/en/stable/) to install the package `tabulate` which is the only requirement.
```
$ pip install tabulate
```## Usage
Use [python](https://www.python.org/) to run the application
```
$ python project.py
```Use [pytest](https://docs.pytest.org/en/7.2.x/) to test the application
```
$ pytest test_project.py
```---
## Contributing
You can pull issues anytime, you are welcome
---