Skip to main content

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


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)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page