vonny

Text vonnytization


Keywords
humour, vonny, text
Install
pip install vonny==1.0.2

Documentation

vonny

Text vonnytization

(supports cyrillic and latin)

Vonny

Installation and usage

$ pip install vonny

or (replace * with proper version)

$ pip install dist/vonny-*.tar.gz

then

>>> from vonny import vonnytize
>>> print(vonnytize('Hello, World!'))
Hllo, Wrld!

or

$ python vonny "Hello, world!"
Hllo, wrld!