A simple Python package for retrieving random inspirational quotes.
Project description
inspiring_quotes
A simple Python package that provides random inspirational quotes. With a collection of 300 quotes, this library is perfect for adding a touch of motivation to your projects.
Features
- Retrieve a random inspirational quote from a JSON file.
- Simple and easy to retrieve quote and author
- Over 300 inspiring quotes available
Import the Library
from inspiring_quotes import get_random_quote
Get a Random Quote
quote = get_random_quote()
if quote:
print(f"Quote: {quote['quote']}\nAuthor: {quote['author']}")
else:
print("No quotes available.")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inspiring_quotes-1.0.0.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for inspiring_quotes-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37601ee95b7ed02dc2e14bd76e3d4b9cee3b01d55f5f8d465720959523a6096f |
|
MD5 | 63ab889670d4c30438e7070768a03ed0 |
|
BLAKE2b-256 | 8f38797e50926134964d8370a2e64223601555c66e61b428e050ad4157862b66 |