Effortlessly organize your academic life with the Streamlit-based app, designed to create highly personalized and flexible class schedules.
- Class Logging: Input details of all potential classes (frequency, start and end times).
- Timetable Generator: Select classes to attend and set days off to generate custom timetables.
Clone the repository and install dependencies:
git clone https://github.com/yourusername/class-schedule-management-app.git
cd class-schedule-management-app
pip install -r requirements.txt
To use the app, run the following command:
streamlit run streamlit_app.py
Then, access it in your web browser at http://localhost:8501
.