Metadata-Version: 2.1
Name: inspirational-quotes
Version: 0.0.10
Summary: inspirational quotes package
Home-page: https://github.com/saip007/inspirational_quotes
Author: saip007
Author-email: saip4622@outlook.com
License: MIT
Keywords: quotes,python,development
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ujson

# Inspirational Quotes

**A simple [Pypi](https://pypi.org/project/inspirational-quotes/) Package which returns random [Inspirational Quotes](https://github.com/saip007/inspirational_quotes/). It provides Inspirational quotes to display in your application. Get your daily quote and stay motivated!**

Click [here](https://pypi.org/project/inspirational-quotes/) to view this package on PYPI registry.

## Installation

```bash
$ pip install inspirational-quotes
```

## Usage

```.py

from inspirational_quotes import quote

quote = quote()
print(quote)


```

## Output:

```
 {'quote': 'I didn’t go to college, but if I did, I would’ve taken all my tests at a restaurant, ’cause ‘The customer is always right.’', 'author': 'Mitch Hedberg'}
 ```
 ## Contributing:
 
 - I will be grateful for any help you can provide to make this package better
 - have a quote:bulb:, clone the repo and add to _quotes.json_ and raise a PR
 - all valid PR's will be merged
 
 
 ***made with :heart: by _[saip007](https://github.com/saip007/)_***

_give your love & support by adding a :star: to this repo. Thank you for being here!_
