Metadata-Version: 2.1
Name: pydoro
Version: 0.1.3
Summary: Terminal Pomodoro Timer
Home-page: https://github.com/JaDogg/pydoro
Author: Bhathiya Perera
Author-email: jadogg.coder@gmail.com
License: MIT
Keywords: tomato pomodoro pydoro timer work
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Requires-Dist: prompt-toolkit (>=2.0.9)
Provides-Extra: audio
Requires-Dist: pyobjc-core (>=5.2) ; (platform_system=="Darwin") and extra == 'audio'
Requires-Dist: pyobjc-framework-Cocoa (>=5.2) ; (platform_system=="Darwin") and extra == 'audio'
Requires-Dist: pycairo (>=1.18.1) ; (platform_system=="Linux") and extra == 'audio'
Requires-Dist: PyGObject (>=3.32.1) ; (platform_system=="Linux") and extra == 'audio'

pydoro 🍅
============
*Terminal Pomodoro Timer*

.. image:: https://github.com/JaDogg/pydoro/raw/master/images/logo.png

.. Repo Badges

.. image:: https://badge.fury.io/py/pydoro.svg
    :alt: PyPI
    :target: https://badge.fury.io/py/pydoro
.. image:: https://img.shields.io/badge/python-3.5+-blue.svg
    :alt: Python Support
    :target: https://pypi.org/project/pydoro/
.. image:: https://badges.gitter.im/pydoro/community.svg
    :alt: Chat
    :target: https://gitter.im/pydoro/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

Installation 🎉
-----------------
Install via pip:

.. code-block::

    $ pip install pydoro
    $ pydoro

Done.

You can also use :code:`pip install pydoro[audio]` to get audio dependencies for OSX and Linux.

On windows you may try the packaged .exe file. See the releases_ page.

If you have pipx:

.. code-block::

    $ pipx install pydoro

Usage 📖
---------
* Run :code:`pydoro` to launch. More info in wiki_.

.. image:: https://github.com/JaDogg/pydoro/raw/master/images/animation.gif

.. _wiki: https://github.com/JaDogg/pydoro/wiki

Credits 🙇‍♂️
------------------
* Pomodoro - Invented by Francesco Cirillo
* playsound.py - For playing audio file, Copyright (c) 2016 Taylor_ Marks
* prompt-tookit - For creating TUI
* b15.wav - Dana_ robinson designs, CC0 from freesound

.. _releases: https://github.com/JaDogg/pydoro/releases
.. _Taylor: https://github.com/TaylorSMarks/playsound
.. _Dana: https://freesound.org/s/377639/


Why ? 🤔
------------
* I wanted to follow `Pomodoro Technique`_.
* I don't like to use mobile apps or web apps.
* No user info is stored, tracked or shared.
* I spend lot of time on my Terminal.
* Written in Python 🐍.

.. _Pomodoro Technique: https://en.wikipedia.org/wiki/Pomodoro_Technique


Copyright ⚖
----------------
This software is Copyright (c) 2019 Bhathiya Perera.

See the LICENSE file for more information.


