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

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

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:

![project-img](./project_images/project-gif.gif)

## 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
---