Metadata-Version: 2.1
Name: pymodoro-gui
Version: 1.2.3
Summary: A pomodoro app with a GUI for Windows
Home-page: https://github.com/Lcrs123/pymodoro-gui.git
Author: Lucas Camillo
Author-email: lucascamillo333@hotmail.com
License: GPL 3.0
Keywords: pomodoro,gui,windows,tkinter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# **Pymodoro-gui, a python pomodoro app with a GUI for Windows**

A simple GUI python app for using the [pomodoro technique](https://en.wikipedia.org/wiki/Pomodoro_Technique) when working.

Only uses the python standard library, so no additional packages are required.

Computer will beep and show a popup when every interval (work/break) is done.

###### **To install:**

`pip install pymodoro-gui`

###### **To run the package:**

`python -m pymodoro-gui`

###### Screens:

![Screen1](https://github.com/Lcrs123/pymodoro-gui/blob/master/pymodoro-gui/resources/Screen1.png?raw=True) 

![Screen2](https://github.com/Lcrs123/pymodoro-gui/blob/master/pymodoro-gui/resources/Screen2.png?raw=True)





