jokekappa 0.1.9
pip install jokekappa
Latest version
Released:
A library for delivering one-line programming jokes.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Vinta Chen
- Tags jokes, programming-jokes
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
JokeKappa
A library for delivering one-line programming jokes (mostly in Chinese). Humor is a solemn thing, you should take it seriously.
Inspired by pyjokes.
Installation
$ pip install jokekappa
Usage
In command-line interface:
$ jokekappa
小明白天只是一名普通的軟體工程師,但是只要一到了夜晚,他就會搖身一變,成為一名加班的軟體工程師
$ jokekappa all
Hadoop 工程師睡不著的時候都會 Map/Reduce 羊
新來的 Designer 趁特價的時候幫自己買了一本 GoF Design Patterns
不能信任那些 Terminal 或編輯器用白底的人
...
$ jokekappa update
In Python:
import jokekappa
joke = jokekappa.get_joke()
print(joke['content'])
# ♫ 每條大街小巷,每個工程師的嘴裡,見面第一句話,就是不要 Deploy ♫
for joke in jokekappa.get_jokes():
print(joke['content'])
# 我早年都是用 vim 寫程式,也說不上特別喜歡,主要是當時還不知道怎麼退出 vim
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Vinta Chen
- Tags jokes, programming-jokes
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
File details
Details for the file jokekappa-0.1.9-py2.py3-none-any.whl
.
File metadata
- Download URL: jokekappa-0.1.9-py2.py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7842ee5d8c01cb3856b5b46b620b21162024015aca18944fc5ed8a0699ba91e5 |
|
MD5 | bdb61413cbdff57e1074232f6ee29f2b |
|
BLAKE2b-256 | e059b8c7f35505b688df1f83c1a56d3d651b4760cb94576f3c412d1d3c12b297 |