CheesyGamer77 / uwuipy

A python library that "uwuifies" a given string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uwuipy

A python library that uwu-ifies your text. Example:

  • Input Text: they're merely looking into it. there is no concrete deal that has been made yet, and there have been other companies that have expressed interest
  • Output Text: they'we mewely looking into it. thewe is no concwete deal that (・´ω´・) has x3 been made yet, and thewe ;;w;; have been othew companies that have expwessed intewest

Instalation

This library is not on pip as of right now mainly cause I'm lazy. You can clone the repo via running the following git command in your terminal: git clone https://github.com/CheesyGamer77/uwuipy.git

Example Usage

You can uwu-ify a string of text using the Uwufier.uwu method

from uwuipy import Uwuifier

uwuifier = Uwuifier()
print(uwuifier.uwu("This library is not on pip as of right now.")) # returns "This libwawy is (・`ω´・) not on pip as of wight n-now."

Why?

Honestly, I was bored in my dorm and it's not like I had anything better to do at the time. Plus I thought it'd be funny.

Acknowledgements

The structure of this project was heavily inspired by Schotsl's implementation of an uwu-ifier in node.js & typescript

About

A python library that "uwuifies" a given string

License:MIT License


Languages

Language:Python 100.0%