A fun little Python tool that generates random-font ASCII art using pyfiglet.
Easily save your creations to a file β theyβre automatically stored in your user profile folder so you can find them later.
Text to create: hello
Are you sure you want to input this text? (y/n?): y
# # ####### # # #######
# # # # # # #
####### #### # # # #
# # # # # # #
# # ####### ####### ####### #######
Would you like to save this to a text file? (y/n?): y
Filename (without folder path): hello.txt
Are you sure you want 'hello.txt' as your filename? (y/n?): y
Written to C:\Users\username\pyfiglet-output\hello.txt
Would you like to exit? (y/n?): y
Exiting...
- π Random font every time β never boring!
- πΎ Save to file β keeps your creations forever.
- π Automatic output folder β saves inside your user profile directory.
- π₯ Works as:
- Python script (
.py) - Standalone
.exeβ no Python required.
- Python script (
Requires Python 3.8+ and pyfiglet.
# Install pyfiglet
pip install pyfiglet
# Run the script
python ascii_art.pyNo Python required β just download the latest release from here: Download the latest EXE
When you save an ASCII art creation, itβs stored in: "C:\Users\YourUsername\figlet-output"
On Linux/macOS, itβll be saved in: "/home/YourUsername/figlet-output"
This project is licensed under the MIT License β feel free to use and modify it. See LICENSE for details.
Pull requests are welcome! If you have a cool idea (like colored text, more font options, or exporting as images), feel free to open an issue.
Created by Ryan the Python Coder.