Skip to content

Generates 24bpp bmp images with ascii art in it for use as bootsplash or LogoDxe

Notifications You must be signed in to change notification settings

HTC-Leo-Revival-Project/python_ascii_logo_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art Image Generator

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.

Prerequisites

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

Usage

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"
```

Pictures

HtcLeo Revival Project Splash Default figlet font

About

Generates 24bpp bmp images with ascii art in it for use as bootsplash or LogoDxe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages