Metadata-Version: 2.1
Name: pydoro
Version: 0.2.0
Summary: Terminal Pomodoro Timer
Home-page: https://github.com/JaDogg/pydoro
Author: Bhathiya Perera
Author-email: jadogg.coder@gmail.com
License: MIT
Description: 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.6+-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
        
        
        **Options:** Use `--no-sound` to mute alarms, `--no-clock` to hide the clock or `--focus` for both clock hiding and sound muting
        
        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.
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: audio
