Metadata-Version: 2.1
Name: inspirational_quotes
Version: 0.0.11.dev1
Summary: Ideal for developers seeking daily inspiration or anyone looking to add a touch of positivity to their projects. Easily integrate these quotes into your applications, websites, or personal projects to spread motivation and wisdom
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

[![Downloads](https://static.pepy.tech/badge/inspirational-quotes)](https://pepy.tech/project/inspirational-quotes)
[![Downloads](https://static.pepy.tech/badge/inspirational-quotes/month)](https://pepy.tech/project/inspirational-quotes)
[![Downloads](https://static.pepy.tech/badge/inspirational-quotes/week)](https://pepy.tech/project/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!**


## 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'}
 ```

_give your love & support by adding a :star: to [repo](https://github.com/saip007/inspirational_quotes). Happy Hacking. Thank you_
