Skip to content

A project in which managing tasks, allowing users to view, add, modify, and delete tasks based on their unique IDs

License

Notifications You must be signed in to change notification settings

realshubhamraut/TaskMaster-TODO

Repository files navigation

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

Installation

Use pip to install the package tabulate which is the only requirement.

$ pip install tabulate

Usage

Use python to run the application

$ python project.py

Use pytest to test the application

$ pytest test_project.py

Contributing

You can pull issues anytime, you are welcome

About

A project in which managing tasks, allowing users to view, add, modify, and delete tasks based on their unique IDs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published