Student Buddy is a simple command-line application and also WebApp to help students manage their tasks, notes, timetable, and study hours.
- Add and view tasks
- Add and view notes
- Create and view a weekly timetable
- Log and track study hours
To run the application, simply execute the main.py script from your terminal:
#CLI Usage
python main.py
#Website Usage
pip install Flask
python app.py