Study-Time-Tracker-Python

🕒 Study Time Tracker

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

🚀 Features

📥 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.