git clone https://github.com/fahmisalman/Python-FontArt.git
cd Python-FontArt
pip install -r requirements.txt
-
Example 1
python app.py
Result
_____ _ _ _ _ |_ _| |__ (_)___ (_)___ ___ __ _ _ __ ___ _ __ | | ___ | | | '_ \| / __| | / __| / __|/ _` | '_ ` _ \| '_ \| |/ _ \ | | | | | | \__ \ | \__ \ \__ \ (_| | | | | | | |_) | | __/ |_| |_| |_|_|___/ |_|___/ |___/\__,_|_| |_| |_| .__/|_|\___| |_| _ _ | |_ _____ _| |_ | __/ _ \ \/ / __| | || __/> <| |_ \__\___/_/\_\\__|
-
Example 2
python app.py --text "Awesome"
Result
_ / \__ _____ ___ ___ _ __ ___ ___ / _ \ \ /\ / / _ \/ __|/ _ \| '_ ` _ \ / _ \ / ___ \ V V / __/\__ \ (_) | | | | | | __/ /_/ \_\_/\_/ \___||___/\___/|_| |_| |_|\___|
-
Example 3
python app.py --text "Awesome" --font banner3-d
Result
:::'###::::'##:::::'##:'########::'######:::'#######::'##::::'##:'########: ::'## ##::: ##:'##: ##: ##.....::'##... ##:'##.... ##: ###::'###: ##.....:: :'##:. ##:: ##: ##: ##: ##::::::: ##:::..:: ##:::: ##: ####'####: ##::::::: '##:::. ##: ##: ##: ##: ######:::. ######:: ##:::: ##: ## ### ##: ######::: #########: ##: ##: ##: ##...:::::..... ##: ##:::: ##: ##. #: ##: ##...:::: ##.... ##: ##: ##: ##: ##:::::::'##::: ##: ##:::: ##: ##:.:: ##: ##::::::: ##:::: ##:. ###. ###:: ########:. ######::. #######:: ##:::: ##: ########: ..:::::..:::...::...:::........:::......::::.......:::..:::::..::........::
You can see the font list here.