Skip to content

owoify your precious strings in Python, C# and C++

Notifications You must be signed in to change notification settings

Capenovus/owoifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owoifier

Various code examples to "owoify" your strings

Info

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

How to use


Python

Basic Implementation

from owoify import owoify

...

owoify(str)    # returns string

Example Usage:

from owoify import owoify


print(owoify("hello"))


C#

  1. Add a reference to owoify.dll or alternatively copy the code from owoify.cs and skip to step 3
  2. Add a using statement
    • using owoify;
  3. owoify your string using owo.owoify(str) or owoify(str) if you copied the code instead
    • Example Usage: Console.WriteLine(owo.owoify("hello"));

C++

Copy the given code and pray for it to work

About

owoify your precious strings in Python, C# and C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published