A command-line app to track daily study hours per subject. Built with pure Python — no external libraries required.
- Add and delete subjects
- Log study hours per session
- View total hours and number of sessions per subject
- Data saved automatically using JSON so nothing is lost between sessions
- Make sure Python is installed
- Clone this repo: git clone https://github.com/Jaya-Rajvanshi/study-tracker.git
- Navigate into the folder: cd study-tracker
- Run the program: python tracker.py
- tracker.py — main program with all functions
- data.json — auto-generated file that stores your data
- README.md — project documentation
- Python 3
- JSON for persistent data storage
- os module for file checking