studyplan
A tiny utility that schedules your exams preparation routines. You only need to specify the tasks and the deadline. App will output a iCal file, that you can than import to your calendar application or website.
$ studyplan --finish "in 3 month" --output "English Exam.ics" --tasks "essey" "describe a picture" "write a letter" "compare two pictures"
Installation
Use pip
to install the package:
$ pip install studyplan
Or you can install directly from source. Clone the repository and execute the following command:
$ python setup.py install