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
quotes-0.0.3-py2.py3-none-any.whl
(34.8 kB
view hashes)
Close
Hashes for quotes-0.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36af7d75971de4a10ec348455d3fcd79e4dc04bd889d3583c114bcee0f5b833e |
|
MD5 | 317cd1bcf6ceec6dc7d4831564293773 |
|
BLAKE2b-256 | f74d02cd3f016497f00c626ab1a22ad50c473980bfd923ada26dadb41c517620 |