A time-management Software
ChronoCrack is a student productivity app in Python that helps you organize assignments, set weekly availability, and automatically generate a personalized study plan. It also features an AI assistant, StudyBuddy, powered by OpenRouter's DeepSeek model for academic help.
- Add or edit assignments and due dates/deadlines
- Customize weekly availability
- Develop optimized study schedules
- Ask academic questions to StudyBuddy (AI assistant)
- Clone This Repository
- Install Dependencies: "pip install streamlit pandas altair requests" in the terminal
- Edit app.py by putting your own API Key for the model in the query_deepseek.py code
- Enter "streamlit run app.py" in your terminal to run the program