Metadata-Version: 2.1
Name: take-a-break
Version: 0.2
Summary: Reminds you to take breaks
Home-page: https://github.com/paulbrodner/take-a-break
Author: Paul Brodner
Author-email: paulbrodner@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/paulbrodner/take-a-break
Project-URL: Tracker, https://github.com/paulbrodner/take-a-break/issues
Description: # Take-a-Break
        [![Build Status](https://travis-ci.org/paulbrodner/take-a-break.svg?branch=master)](https://travis-ci.org/paulbrodner/take-a-break)
        > a small python application that will remind me to take breaks after a period of time (configured).
        
        > when triggered - this app will display a random image from [unsplash](https://unsplash.com/) followed by a random [joke](http://api.icndb.com/jokes/random)
        
        # why
        > i've built this app just to learn how to build a python package from scratch, how to version control it, test it and release it using [travis-ci.org](https://travis-ci.org/)
        
        # installation
        ```shell script
        pip install take-a-break
        ```
        
        # usage
        ```shell script
        python -m take_a_break
        ```
        > the application will remain opened in console and will be displayed a nofification after x minutes
        
        # thank you
        >* [handdrawngoods](http://handdrawngoods.com) for free [icon.ico](https://icon-icons.com/icon/coffe-cup/87565) 
        
        >* [icndb.com](http://www.icndb.com/) for funny jokes
        
        >* [unsplash](https://unsplash.com/) for free images
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
