A cool little script to generate ascii gifs with your name.
- Clone the Repository
git clone https://github.com/tn3w/AsciiGifGen.gif
- Open the Directory
cd AsciiGifGen
- Install requirements
python3 -m pip install -r requirements.txt
- Have fun!
- Start the Skript
python3 main.py
- Enter the Text
- Done!
Example:
from ascii_art_generator import generate_ascii_gif
generate_ascii_gif(text = "Cool Text", output_file = "cool_text_as.gif", width = 600, height = 200, quite = True)