Command line application to increase your productivity!
To begin using termplanner you must initialise a database.
$ planner initYou only need to initialise the database once. After that you can just reuse it, as the file will already be made.
You can then add an event to the database like so:
$ planner add [date][event]
$ planner add "05.06.2018" "Exam day!!!!"The date and event arguments must be added in as strings.
To delete an event from the database input the following:
$ planner checkout [event]You can also add the following options when using checkout.
--allow_listprints out a list of remaining events after an event is deleted.--disallow_listis the default.
To show what events are inside the database do this:
$ planner listTermPlanner is available on PyPi and can be installed with pip:
$ pip install termplannerYou can also install the latest version of 'planner' from Github:
$ pip install git+https://github.com/ModoUnreal/planner.gitIf you are interested in contributing to 'TermPlanner', run the following commands:
$ git clone https://github.com/ModoUnreal/TermPlanner.git
$ pip install -e
$ pip install -r requirements.txt
$ planner <command> [params] [options]
Run unit tests in your active python environment:
$ python tests/test_planner.py
You can contact me to discuss the project using my email below: