Metadata-Version: 2.1
Name: sylo
Version: 1.2.0
Summary: SYLO Python Pomodoro Timer
Home-page: http://github.com/rob-parker-what/sylo
Author: rob-parker-what
Author-email: robparkerwhat.dev@gmail.com
License: MIT
Description: # SYLO (Sort Your Life Out)
        [![PyPI version](https://badge.fury.io/py/sylo.svg)](https://badge.fury.io/py/sylo)
        [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
        [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
        
        ### A Simple Pomodoro Timer For The Terminal
        
        ## Install
        
        `pip install sylo`
        
        ## Run
        
        `sylo`
        
        ## Configure
        
        ### Optional arguments
        
        - `-w` `--work_time` Overwrite the default time in minutes to work (default is 25 minutes)
        - `-b` `--break_time` Overwrite the default time in minutes for a break (default is 5 minutes)
        
        
        ## Acknowledgements
        
        SYLO uses [beepy](https://github.com/prabeshdhakal/beepy-v1) which leverages [simpleaudio](https://github.com/hamiltron/py-simple-audio) for the sounds.
        
Keywords: pomodoro tomato timer terminal pomodoro-timer
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3
Description-Content-Type: text/markdown
