Skip to content

Create your personalized study plan based on the difficulty of the exam, the amount of pages to study, and how many hours you can study per day

License

Notifications You must be signed in to change notification settings

Gianmarco0001/StudyPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyPlanner

This is a simple Python program that helps you create a personalized study plan for your exams. 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. Windows only.

Usage

1. Clone the repository or download the study_plan.py file.
2. Open the file in your Python editor or IDE.
3. Enter the following information:
    How many hours do you study per day?
    How many pages do you need to study?
    What subject are you studying for?
    How complex is the subject? (easy, intermediate, or difficult)
    When is your exam? (dd/mm/yyyy)
4. Click on the "Create Study Plan" button.
5. The program will calculate the number of hours and pages you need to study every day and display the personalized study plan.

Disclaimer

Remember that your mental and physical health is important and to take breaks between study sessions.

License

This project is licensed under the Apache-2.0 license.

About

Create your personalized study plan based on the difficulty of the exam, the amount of pages to study, and how many hours you can study per day

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages