Skip to main content

A sample lib Zen of Python

Project description

zen_quotes

A simple library that returns the Zen of Python quotes.

  • Installation

    pip install zen_quotes

  • Usage

# import lib 
from zen_quotes.quote import Quotes
# That will return you all quotes in English.
Quotes().get_quotes()
# Altogether there are 19 quotations, but if you need only one quotation, 
# then pass the quotation position number on the list.

Quotes().get_quotes(quote=2) # this will return you the second quote on the list in English.

Quotes().get_quotes(lang='pt', quote=2) # this will return you the second quote on the list in Portuguese.

TODO

  • [] add other languages

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zen_quotes-1.1.2.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

zen_quotes-1.1.2-py3-none-any.whl (1.4 kB view hashes)

Uploaded 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