An easy to use text stylizer for your desktop!
-
To install
prettype
, simply,$ pip install prettype
Serif-Normal PRETTYPE
Serif-Bold ππππππππ
Serif-Italic ππ
πΈπππππΈ
Serif-Bold-Italic π·πΉπ¬π»π»ππ·π¬
Sans-Serif-Normal π―π±π€π³π³πΈπ―π€
Sans-Serif-Bold π£π₯ππ§π§π¬π£π
Sans-Serif-Italic ππππππ ππ
Sans-Serif-Bold-Italic ππππππππ
Calligraphy-Normal π«ββ°π―π―π΄π«β°
Calligraphy-Bold ππ‘ππ£π£π¨ππ
Fraktur-Normal πβππππππ
Fraktur-Bold π»π½π°πΏπΏππ»π°
Monospace πΏππ΄ππππΏπ΄
Double-Struck ββπΌπππβπΌ
Inverse-Squared π
Ώππ
΄ππππ
Ώπ
΄
Squared πΏπ
π΄π
π
π
πΏπ΄
Inverse-Circled π
π
‘π
π
£π
£π
¨π
π
Circled β
ββΊββββ
βΊ
Paranthesized β«ββ β―β―β΄β«β
-
To run
prettype
, open terminal and run this command:$ prettype
Note: Leave this terminal open as long as you want to use prettype.
-
To stylize any text,
- select it
- press the key binding (
ctrl
+space
by default) to open font selector - select the font you want to stylize your text with using the GUI
- the stylized text gets copied to your clipboard
- press
ctrl
+v
to paste the stylized text wherever you want!
-
To close prettype, just press the exit key (
esc
by default). -
CLI usage to configure key binding and exit key:
$ prettype [-h] [-b key1 key2] [-e key]
You can always use
$ prettype -h
command to open this help message:optional arguments: -h, --help show this help message and exit -b key1 key2, --binding key1 key2 Set a key binding for triggering prettype font selector. Example: $ prettype -b ctrl space -e key, --exit_key key Specify a key which stops the keyboard listener, when pressed. Example: $ prettype -e esc