Get the Zen of Python in your Applications
Project description
Shows the Zen of Python in your Applications
- Author:
Chris Maillefaud
- Version:
1.0.0
- Python Version:
2.7, 3.5 and 3.6
- Date:
October, 16, 2017
Install and Use
Install with pip: pip install zenomatic
Use
Run from command line:
Options:
‘random’: show a random quote
‘seed <number>’: show numbererd quote
‘all’: show all quotes
Example: zenomatic random
Run inside application:
from zenomatic import get_quote()
ret, quote = get_quote(1)
- if ret:
print(quote)
Avaliable commands
get_quote(number)
Get specific quote from 0 to 18
get_quotes()
Get all quotes
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
zenomatic-1.0.1.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file zenomatic-1.0.1.tar.gz
.
File metadata
- Download URL: zenomatic-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea9f2100fa5611967babd2d1e7d71bd068820672f4818b2e18a5ed8c055a0458 |
|
MD5 | 2c699edb672bcc9e0ab4ad986bf596ec |
|
BLAKE2b-256 | c96909577a70de2936c0e1e1536ad7bf974b090bc2fa39335304dcf4e3b5dece |
File details
Details for the file zenomatic-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: zenomatic-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a10d37f00c21fa4f903f0f7b7c85826caf9dfe36b3287fddd1c6319b1ed7810 |
|
MD5 | 4fda5e4048356e3273557a9514875e6e |
|
BLAKE2b-256 | 9faf57cf88a6c9da33a7f278bf8d4e6503f71cdc5f57104ff009acf6c83a6c50 |