Metadata-Version: 2.1
Name: sylo
Version: 1.3.3b0
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
        
        ## Data file
        
        Data is persisted to disk at `~/.sylo/sessions.dat`, if you remove the file you will lose your work history.
        
        ### Optional arguments
        
        - `-w` `--work_time` Overwrite the default time in minutes to work (default is 25 minutes)
        - `-r` `--rest_time` Overwrite the default time in minutes for a rest (default is 5 minutes)
        - `-a` `--audio_file` Set absolute path to an audio file to play when the timer ends.
        > :warning: **Keep your audio files short!**: SYLO is not sophisticated enough to shorten them yet
        
        ## Acknowledgements
        
        SYLO uses;
        - [beepy](https://github.com/prabeshdhakal/beepy-v1) which leverages;
        - [simpleaudio](https://github.com/hamiltron/py-simple-audio) for the sounds
        - [Termgraph](https://github.com/mkaz/termgraph) for the insights
        
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 :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
