Small python lib that contains a few quotes of famous people
Project description
Small python package to read quote sets from csv files.
Installation
pip install quotes
Usage
Get a random quote:
from quotes import random
if __name__ == '__main__':
print(random())
List of available persons:
from quotes import persons
if __name__ == '__main__':
print(persons())
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quotes-0.0.2b1-py2.py3-none-any.whl.
File metadata
- Download URL: quotes-0.0.2b1-py2.py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b27f1100dc83121f9a79c0074d309487d77c3505077d313d2bb0604c5463054
|
|
| MD5 |
f9f72174f15be7e43c0221073d918954
|
|
| BLAKE2b-256 |
02f1275b391d5241a6761e990d8031718bc0ba89687157bdb42554bab6628172
|