vape 0.1.3

full width aesthetics
vape-0.1.3 is not a library.

vape

full width aesthetics

Build Status License

vape is a command-line tool that converts text into "vaporwave" text - fullwidth UTF-8 characters.

More technically, characters in the range U+0021 to U+007E are translated forward by 0xFEE0, and the space character U+0020 is converted to the ideographic (fullwidth) space U+3000.

Usage

$ printf 'the longer you live, the more ad revenue you generate\n' | vape
the longer you live, the more ad revenue you generate

You can also append up to 255 random fullwidth katakana:

$ printf 'born to die\n' | vape -k 5
born to die リマヾソル

achieve aesthetics at hgih speed

$ cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head -c 100000000 | time vape > /dev/null 2>&1     
vape > /dev/null 2>&1  1.30s user 0.22s system 28% cpu 5.259 total