Metadata-Version: 2.1
Name: timepro
Version: 0.0.1
Summary: A package for managing time effectively, including Pomodoro Timer, Task Manager, Deadline Tracker, and more.
Home-page: https://github.com/Faderu/TimePRO
Author: KELOMPOK 7 ALGORITMA A
Author-email: fadhilbosque@gmail.com
License: MIT
Keywords: pomodoro timer task manager deadline tracker
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# TimePRO 🕒

![TimePRO Logo](timepro_logo.png.jpg)

## Task Package Library for Algorithm and Programming

TimePRO is a powerful software package designed to help users manage their time more effectively. Boost your productivity with features like Pomodoro Timer, Task Manager, Deadline Tracker, and more!

### 🌟 Features

- *⏲ Pomodoro Timer*: Work in structured time intervals with short breaks in between. [More](timepro/deadline_tracker/README.md)
- *📝 Task Manager*: Create, edit, and delete tasks effortlessly. [More](timepro/goal_settings/README.md)
- *🗓 Deadline Tracker*: Keep track of important due dates. [More](timepro/habit_tracker/README.md)
- *🔁 Habit Tracker*: Build and maintain productive habits. [More](timepro/pomodoro_timer/README.md)
- *📊 Time Analysis*: Gain insights into your time usage and improve efficiency. [More](timepro/time_analysis/README.md)

### 🚀 Installation

To install TimePRO, run the following command in your terminal:

`
pip install timepro
`

### 📘 Usage

Here's a quick example of how to use TimePRO:

`
from timepro.pomodoro_timer import PomodoroTimer
`
#### Create a Pomodoro Timer Instance
`
timer = PomodoroTimer()
`
#### Start a Pomodoro Session
`
timer.start_session()
`

### 📄 License

TimePRO is licensed under the [MIT License](https://opensource.org/licenses/MIT).

### 📞 Contact

For questions or suggestions, please contact us at [fadhilbosque@gmail.com](mailto:fadhilbosque@gmail.com).

Please ensure your code adheres to our coding standards and include tests if applicable.
### 📅 Changelog

| Version | Description |
|---------|-------------|
| 0.1.0   | Initial Release of TimePRO |

### 👏 Credits

TimePRO was developed with ❤ by KELOMPOK 7 ALGORITMA A.

---

<p align="center">
  Made with ☕ and 💻 by the TimePRO Team
</p>
