Schedule Generator is a user-friendly desktop app that takes your unique habits and goals and builds a clean, organized weekly schedule for you.
Make sure you have Python 3 installed on your computer.
First, open your terminal or command prompt and clone this repository to your local machine:
git clone git@github.com:fatemehprhm/Simple-Schedule-Generator.git
cd Simple-Schedule-Generator
Next, install the necessary packages listed in the requirements.txt file:
pip install -r requirements.txt
Once the installation is complete, just run the main GUI script:
python sh_gen_gui.py
The application window will pop up, and you can start planning your week!