Skip to content

priyankasunagar/study-tracker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Study Tracker (Python CLI Project)

This project helps students track their study hours and monitor progress using a simple command-line interface.

A simple command-line Python application that allows students to record their study sessions and track how many hours they spend on each subject.

This project was built as a beginner Python project to practice core programming concepts.


πŸš€ Features

  • Add a study session with subject and hours
  • Automatically updates hours if the same subject is entered again
  • View study report with all subjects
  • Simple command-line menu interface
  • Beginner friendly project

πŸ›  Technologies Used

  • Python
  • Dictionaries
  • Loops
  • Conditional Statements
  • Command Line Interface (CLI)

β–Ά How to Run the Project

  1. Download or clone this repository
  2. Open the file in Python IDLE or any Python editor
  3. Run the program

Run using:

python study_tracker.py

πŸ“· Example Output

Welcome To Study Tracker !!

1. enter your study session
2. View Report
3. EXIT

enter your choice between 1 to 3: 1

enter the subject: python
study hours: 4

your study session recorded

enter the subject: python
study hours: 2

You already studied this subject, updating hours

your study report:

python : 6 hours

🎯 Purpose of this Project

The goal of this project is to practice beginner Python concepts such as:

  • user input
  • loops
  • dictionaries
  • condition checking
  • updating stored data

πŸ‘©β€πŸ’» Author

Priyanka Sunagar First Year AI & Data Science Student

About

A simple Python CLI application to track study session and generate study reports

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages