The Thesis Manager/Tracker is a Streamlit-based web application designed to help thesis writers manage their tasks, track progress, and maintain productivity. Born out of a combination of procrastination and a genuine need for a thesis management tool, this app makes it easier to stay on top of your work and achieve your goals.
- 📝 To-Do List: Manage tasks with priorities, categories, and step-by-step breakdowns.
- ⏳ Work Timer: Built-in 25-minute work timer with 5-minute break intervals.
- 📊 Progress Tracking: Visualize your thesis progress across different sections.
- 🗂️ Task Reporting: Log completed work sessions and track productivity.
- 📈 Statistics: Analyze your work patterns and productivity trends.
- 📅 Gantt Chart: Visualize your thesis timeline and task deadlines.
- 🎯 Category Management: Customize categories to fit your thesis structure.
- 💾 Data Export/Import: Easily backup or transfer your data.
-
Clone this repository:
git clone https://github.com/Jannik-Hoffmann/Thesis-Tracker.git
-
Navigate to the project directory:
cd thesis-manager
-
Install the required packages:
pip install -r requirements.txt
-
You can delete the default
json
file, which includes example values, and start from scratch.
-
Run the Streamlit app locally:
streamlit run thesis_app.py
Then, open your web browser and go to http://localhost:8501 to use the app.
-
Or use it directly on Streamlit's web platform
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is licensed under the MIT License.
- Inspired by my need to sometimes overthink planning and wanting my own implementation for the tracking.
- Built with Streamlit.