uwuifys text
Project description
uwuify
Command line uwuification
Installation
pip install uwuify
Usage
uwuify hello
# outputs hewwo in console
uwuify how are you? --smiley --yu
# outputs how awe yoyu? with a random smiley
uwuify how are you? --smiley --yu --stutter
# outputs h-how awe yoyu? with a random smiley
# --stutter stutters every 4-th word
or
import uwuify
print(uwuify.uwu("hello"))
# hewwo
flags = uwuify.SMILEY | uwuify.YU
print(uwuify.uwu("how are you?", flags=flags))
# how awe yoyu? with a random smiley
flags = uwuify.SMILEY | uwuify.YU | uwuify.STUTTER
print(uwuify.uwu("how are you?", flags=flags))
# h-how awe yoyu? with a random smiley
flags = uwuify.SMILEY | uwuify.NOUWU
print(uwuify.uwu("how are you?", flags=flags))
# how are you? with a random smiley
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
uwuify-1.3.1.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file uwuify-1.3.1.tar.gz
.
File metadata
- Download URL: uwuify-1.3.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.6 Linux/6.1.79
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b906ce0c7bd605ecf6f4338e81b4da98ba2aea5d3c26ae72fe5895eb4cccc7fe |
|
MD5 | 656da767cff741366a04a773bb0029dd |
|
BLAKE2b-256 | ccd9995311057f84280cbe7e681eb7ec11eb6074f432a6f8c40bca1c713324d3 |
File details
Details for the file uwuify-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: uwuify-1.3.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.6 Linux/6.1.79
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d50145b4d6cdb641ad1c4b0488f50a962f38e02dcd88e7f1f06b1525a549de0 |
|
MD5 | 1cfa9e0a16211ad91bfb39cfdcfbcda4 |
|
BLAKE2b-256 | 1c13338614910df4a6d48c66a322c5a8c2c60b2ac2c319b3a903c7025739cc25 |