Taskwise is a command line based application for keeping track of your tasks. Some of the key features include:
- Displaying Tasks
- Updating Tasks
- Insertng Tasks
- Deleting Tasks
Prerequisites
- Python 3 or Higher
- Clone The Repository
git clone https://github.com/elamandeep/taskwise
- Cd into the cloned repo
cd taskwise
- Install the Dependencies
pip install requirements.txt
Using PIP to Install
pip install -i https://test.pypi.org/simple/ taskwise
from .taskwise import main
main() # Starts the Application
menu() # Displays The Menu
greet() # Prints out welcome message
Feel free to open a pull request or issue to contribute. Your contributions are appreciated!
This project has been made possible thanks to all contributors
This project is licensed under the MIT License.