Tamzuu / Study-Time-Tracker-Python

Effortlessly track study time with Study Time Tracker. Stay organized, set goals, and boost productivity with this intuitive app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ•’ Study Time Tracker

Welcome to Study Time Tracker, an application designed to help you manage your study sessions effectively!

πŸš€ Features

  • Timer: Start the timer to begin a study session. Pause and resume as needed.
  • Subject Selection: Choose a subject for your study session to keep your study sessions organized.
  • Data Visualization: View your study progress over time with insightful charts.
  • History: Review past study sessions in the history tab to track your productivity.
  • Eye Care Setting: Enable the 20/20/20 setting to take breaks and care for your eyes during long study sessions.
  • Color Settings: Customize the app's color theme to suit your preferences.
  • Notes: Keep track of important information, ideas, or reminders related to your study sessions.
  • And More

πŸ“₯ Installation

  1. Open StudyTimeTrackerInstaller.exe

Or:

  1. Clone the repository:

    git clone https://github.com/Tamzuu/Study-Time-Tracker-Python.git
  2. Navigate to the project directory:

    cd Study-Time-Tracker-Python
  3. Install dependencies:

    pip install -r requirements.txt

πŸ“ Usage

  1. Run the application:

    python main.py
  2. Start a study session by setting a timer and selecting a subject.

  3. Use the app's features to track your progress and maintain a productive study routine.

πŸ–ΌοΈ Screenshots

πŸ‘₯ Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/improvement).
  5. Create a new Pull Request.

Disclaimer: Code is not very clean as this is my first bigger project.

βš–οΈ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Effortlessly track study time with Study Time Tracker. Stay organized, set goals, and boost productivity with this intuitive app.

License:MIT License


Languages

Language:Python 100.0%