Skip to content

Jaya-Rajvanshi/study-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Study Tracker

A command-line app to track daily study hours per subject. Built with pure Python — no external libraries required.

Features

  • 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

How to Run

  1. Make sure Python is installed
  2. Clone this repo: git clone https://github.com/Jaya-Rajvanshi/study-tracker.git
  3. Navigate into the folder: cd study-tracker
  4. Run the program: python tracker.py

Project Structure

  • tracker.py — main program with all functions
  • data.json — auto-generated file that stores your data
  • README.md — project documentation

Tech Used

  • Python 3
  • JSON for persistent data storage
  • os module for file checking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages