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
Release files for zenomatic 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zenomatic-1.0.1.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zenomatic-1.0.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 10.5 kB
Release files / zenomatic-1.0.1.tar.gz
| Download URL | zenomatic-1.0.1.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ea9f2100fa5611967babd2d1e7d71bd068820672f4818b2e18a5ed8c055a0458
|
|
BLAKE2b-256 checksum How to use checksums |
c96909577a70de2936c0e1e1536ad7bf974b090bc2fa39335304dcf4e3b5dece
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / zenomatic-1.0.1-py2.py3-none-any.whl
| Download URL | zenomatic-1.0.1-py2.py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
4a10d37f00c21fa4f903f0f7b7c85826caf9dfe36b3287fddd1c6319b1ed7810
|
|
BLAKE2b-256 checksum How to use checksums |
9faf57cf88a6c9da33a7f278bf8d4e6503f71cdc5f57104ff009acf6c83a6c50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |