Skip to content

Ryan-the-python-coder/ascii-text-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 ASCII Art Generator

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.


Example Run

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...

✨ Features

  • πŸ–‹ 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.

πŸ“¦ Installation & Running

Option 1: Run with Python

Requires Python 3.8+ and pyfiglet.

# Install pyfiglet
pip install pyfiglet

# Run the script
python ascii_art.py

Option 2: Download the EXE

No Python required β€” just download the latest release from here: Download the latest EXE

πŸ“‚ Where files are saved

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"

πŸ“œ License

This project is licensed under the MIT License β€” feel free to use and modify it. See LICENSE for details.

🀝 Contributing

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.

πŸ§‘β€πŸ’» Author

Created by Ryan the Python Coder.

About

Ascii Text Generator using python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages