Skip to main content

uwuify

PyPI - Downloads

Code style: black

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

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uwuify-1.3.1-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

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

Hashes for uwuify-1.3.1.tar.gz
Algorithm Hash digest
SHA256 b906ce0c7bd605ecf6f4338e81b4da98ba2aea5d3c26ae72fe5895eb4cccc7fe
MD5 656da767cff741366a04a773bb0029dd
BLAKE2b-256 ccd9995311057f84280cbe7e681eb7ec11eb6074f432a6f8c40bca1c713324d3

See more details on using hashes here.

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

Hashes for uwuify-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4d50145b4d6cdb641ad1c4b0488f50a962f38e02dcd88e7f1f06b1525a549de0
MD5 1cfa9e0a16211ad91bfb39cfdcfbcda4
BLAKE2b-256 1c13338614910df4a6d48c66a322c5a8c2c60b2ac2c319b3a903c7025739cc25

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.3.1 This release

2 files

1.3.0

2 files

1.2.1

2 files

1.2.0

2 files

1.1.0

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.2.0

2 files

0.1.0

2 files

0.0.2

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page