Skip to content

nitanmarcel/fancy_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instalation:

Stable from pip:

pip install fancy_text

From development branch [beta]

git pull https://github.com/nitanmarcel/fancy_text -b development

pip install -e fancy_text/

Usage:

>>> from fancy_text import fancy

>>> text = 'This is so fancy'

>>> print(fancy.light(text))
𝔗𝔥𝔦𝔰 𝔦𝔰 𝔰𝔬 𝔣𝔞𝔫𝔠𝔶

>>> print(fancy.bold(text))
𝕿𝖍𝖎𝖘 𝖎𝖘 𝖘𝖔 𝖋𝖆𝖓𝖈𝖞

>>> print(fancy.box(text))
🆃🅷🅸🆂 🅸🆂 🆂🅾 🅵🅰🅽🅲🆈

>>> print(fancy.sorcerer(text))
ȶɦɨֆ ɨֆ ֆօ ʄǟռƈʏ

About

A python library to generate fancy text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages