Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

ASCII Banner Generator

A tiny command-line tool that converts your text into ASCII art using pyfiglet.

Features

  • Interactive prompt: type text, get ASCII art immediately.
  • Press Enter on an empty line to exit.
  • Uses the isometric1 font (3D-style). You can change the font easily.

Requirements

  • Python 3.8+
  • pyfiglet

Install dependencies:

pip install pyfiglet