Python program that create a personalized study plan for your exams.
# 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
*...
This is project developed as part of the "User Interface Design with libavg" lab course in Saarland University, Germany. This is interface for planning what meals to be cooked during the week and generating shopping list based on the selection.