Study Tracker is a Python CLI tool designed to help users track study habits and increase productivity.
As of now, this project only uses the standard Python libraries, so no external dependencies are required.
-
Clone the repository to your local machine:
git clone https://github.com/leif-hill/study-tracker.git
-
Navigate to the project directory:
cd study-tracker
-
Run the Python script:
python studytracker.py
Here are some features I plan to add to this project in the future:
- Data Visualization: Add graphical representations of study data, probably using Matplotlib
- Predictive Analysis: Implement a linear regression algorithm to project total expected hours studied within a month (or other timeframe - TBD)
- Streak Tracker: Recognize, track, and reward study streaks