This script generates an ASCII art image from a text message using the pyfiglet library and saves it as a BMP image. The generated image is centered within the specified dimensions.
Before running the script, ensure you have the following:
- Python 3.x installed
- Required Python packages: Pillow (PIL), pyfiglet
You can install the required packages using the following command:
pip install -r requirements.txt
Edit the figlet font name you wanna use and change the res and the text to your desired values then run:
```bash python3 ascii_art_generator.py --res 400x800 --font block --output output_image.bmp "HTC LEO REVIVAL PROJECT" ```