"Flip" characters in a string to create an "upside-down" impression.
Project description
Upsidedown is a simple Python module that “flips” latin characters in a string to create an “upside-down” impression. It makes extensive use of compatible latin characters as encoded in Unicode.
Example
>>> import upsidedown >>> print upsidedown.transform('hello world!') ¡pꞁɹoʍ oꞁꞁǝɥ
Installing
Run the following to deploy the library on your system:
$ python setup.py install
This does not only install the library but also registers an executable file (on Win32 systems as upsidedown.exe in C:\Python26\Scripts\).
Command line
You can also easily use this software on the command line:
$ echo hello world\! | upsidedown ¡pꞁɹoʍ oꞁꞁǝɥ
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
upsidedown-0.4.tar.gz
(6.6 kB
view hashes)
Built Distribution
Close
Hashes for upsidedown-0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6155d98ddbd14442cb29f3f04ea24e6aab6283f2919dd818bb1970759e37f4d |
|
MD5 | 6feb3b1790800aa4c81eb43f9bd29933 |
|
BLAKE2b-256 | 843bff52b1b354b34dcc9eb585372d9b51120fd8312ff41d6dbb6fb92b18ac9a |