Metadata-Version: 2.1
Name: demotivate
Version: 1.0.0
Summary: A simple script to print random demotivations.
Author-email: Michael de Villiers <michael@devilears.co.za>
Maintainer-email: Michael de Villiers <michael@devilears.co.za>
License: WTFPLv2
Project-URL: Source Code, https://github.com/COUR4G3/demotivate/
Project-URL: Issue Tracker, https://github.com/COUR4G3/demotivate/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click~=8.1.7
Provides-Extra: dev
Requires-Dist: bandit; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pre_commit~=2.21.0; extra == "dev"
Requires-Dist: pydocstyle; extra == "dev"

# demotivate

A simple script to print random demotivations.

Inspired by depression and the simple script [motivate](https://github.com/mubaris/motivate), which was inspired by
[forture](https://en.wikipedia.org/wiki/Fortune_(Unix)), of which you have ill.

**But seriously,** don't let the intrusive thoughts win, if you or someone you know is experiencing suicidal thoughts or
a crisis, please reach out immediately to your local crisis helpline or [find a helpline](https://findahelpline.com/).


## Features

- Supports `bash`, `zsh` and probably others, but I couldn't be bothered to test.
- ``import demotivate; demotivate.demotivate()`` will give you some sad text, or something.
- A bunch of quotes, add more, or don't.


## Getting Started

- Install

    ```console
    
    $ pip install demotivate
    
    ```

- Run

    ```console
    
    $ demotivate

    Life. What a fucking nighmare.
    
    ```

- Profit?


## License

Licensed under [DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2](./blob/master/LICENSE.md). IDGAF :smiley_cat:
