Skip to main content

A library for delivering one-line programming jokes.

Project description

JokeKappa

https://img.shields.io/travis/CodeTengu/JokeKappa/master.svg?style=flat-square https://img.shields.io/pypi/v/jokekappa.svg?style=flat-square

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


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

jokekappa-0.1.9-py2.py3-none-any.whl (19.6 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