Various code examples to "owoify" your strings
Feel free to implement my code as a library or alternatively copy it directly
Please report any issues and have no concerns about submitting suggestions
Basic Implementation
from owoify import owoify
...
owoify(str) # returns string
Example Usage:
from owoify import owoify
print(owoify("hello"))
- Add a reference to owoify.dll or alternatively copy the code from owoify.cs and skip to step 3
- Add a using statement
using owoify;
- owoify your string using
owo.owoify(str)
orowoify(str)
if you copied the code instead- Example Usage:
Console.WriteLine(owo.owoify("hello"));
- Example Usage:
Copy the given code and pray for it to work