/taskwise

testpypi link

Primary LanguagePythonMIT LicenseMIT

taskwise

GitHub release Contributions License

Table of Contents

About

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

Getting Started

Prerequisites

  • Python 3 or Higher

Installation

  • 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

Usage

from .taskwise import main

main() # Starts the Application
menu() # Displays The Menu
greet() # Prints out welcome message

Contributing

Feel free to open a pull request or issue to contribute. Your contributions are appreciated!

Acknowledgements

This project has been made possible thanks to all contributors

License

This project is licensed under the MIT License.