humor_langs
Translate your string to humorous text!
What This Package Can Give You
- Self-Worth
- A Significant Other
- Some Funny, Humorous Text. Haha!
Installation
| Operating System | Installation via pip |
|---|---|
| Windows | pip install humor-langs |
| MacOS/Linux | pip3 install humor-langs |
Examples
Converting a list of sentences to owo
import humor_langs
humor_langs.owofy(["what are you doing over there?",
"hello there reader!",
"See you in the terminal!"
],
_print=True)
This will return...
Hewoooooo >w< what awe u doing ovew thewe? O·w·O
Haiiiiii 0w0 hewwo thewe weadew! ^w^
*W* See u in the tewminyaw! ;;w;;
Adding a list of sentences clap emojis on every other word
from humor_langs import clap_emojifier
clap_emojifier(["what are you doing over there?",
"hello there reader!",
"See you in the terminal!"
],
_print=True)
then this would return...
what 👏 are 👏 you 👏 doing 👏 over 👏 there?
hello 👏 there 👏 reader!
See 👏 you 👏 in 👏 the 👏 terminal!
NOTE:
When testing it out, if the outputs look like some random question marks, then your console probably doesn't support emojis.
Converting a list of sentences to a kind-of strong british accent
from humor_langs import strong_british_accent
strong_british_accent(["what are you doing over there?",
"hello there reader!",
"See you in the terminal!"
],
_print=True)
then this'll return...
whaht -ahe you doing ov-ah th-ahe?
helloh th-ahe reahd-ah!
Seah you in the t-ahminahl!
(yea, it's kind of bad~)
Converting a sentence to emojis
from humor_langs import text_to_emoji
text_to_emoji("hello world! <3", _print=True)
then this'll return...
🇭️ 🇪️ 🇱️ 🇱️ 🇴️ 🇼️ 🇴️ 🇷️ 🇱️ 🇩️ ❗️ ❤️
License
This package is currently under the MIT License. Click here to learn more about the license.
Release files for humor-langs 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 | |
|---|---|---|---|
| humor_langs-1.0.1.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| humor_langs-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.1 kB
Release files / humor_langs-1.0.1.tar.gz
| Download URL | humor_langs-1.0.1.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
92c0628cdda2423ce3ab9f2d0b9472a5328a5640891e0b2a36e41fa7f10e58e1
|
|
BLAKE2b-256 checksum How to use checksums |
eabac486ff594b8cf426c99103e8bad7731526bb3671868263fd5cea040d27cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
|
Release files / humor_langs-1.0.1-py3-none-any.whl
| Download URL | humor_langs-1.0.1-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e02c83509c113ec365d89d2e5f0df719f72bae8b1cd1274ac061ae58a91422dc
|
|
BLAKE2b-256 checksum How to use checksums |
ea779255db828a4d77e0ceebc192a75a603b9b0442a795fea1086a234a87dd1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
|