This Python project allows users to convert custom text into ASCII art, with various customization options including font style, color, and the ability to save the result to a text file or image.
- Generate ASCII art from user input or random text.
- Choose font style from available options.
- Select color for the ASCII art.
- Preview ASCII art in the terminal and in a pop-up window.
- Save ASCII art to a file (txt, md, html) or as an image.
- Random ASCII art generation with a random font and color.
- Python 3.x
- Libraries:
pyfiglet
termcolor
PIL
(Pillow)tkinter
You can install the necessary dependencies by running:
pip install pyfiglet
pip install termcolor
pip install pillow
pip install tkinter
# running python
python asciigenerator.py