/studyplan

An command-line utility that schedules your exams preparation routines

Primary LanguagePython

studyplan

This app will help you plan and schedule your exam preparation routines. You just need to specify the tasks and the deadline. The app will output an iCal file, which you can then import into your calendar app or website.

$ studyplan --finish "in 2 month" --output "IELTS.ics" --tasks "speaking" "listening" "reading" "writing"

Example of the Generated Plan

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