...It calculates the number of hours and pages you need to study every day to be fully prepared for your exams.
# Installation
To run the program, you'll need to have Python installed on your computer. You can download it from the official website: https://www.python.org/downloads/
You'll also need to have the following modules installed:
* tkinter
* datetime
You can install them using the following commands:
`python3 -m pip install datetime tkinter` or `pip install datetime tkinter`.
Run the program with `python3 studyplanner.py` or `py studyplanner.py`
If you are having trouble with Python or don't feel like installing it, you can also run the executable located inside the 'dist' folder. ...