Skip to content

Anon4You/ASCIIBanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Banner Generator

Python License Platform

A feature-rich FIGlet-compatible ASCII art generator with color support and font previews, designed for Termux and Linux environments.

📥 Installation

Method 1: One-line Install (Recommended)

curl -sL https://is.gd/asciibanner | bash

Method 2: Alienkrishn repo APT Install

apt install asciibanner

✨ Features

  • Full ANSI Color Support: 16 text colors + 16 background colors
  • Font Previews: Preview any font before use
  • 100+ Built-in Fonts: All standard FIGlet fonts included
  • Smart Alignment: Left, center, or right alignment
  • Terminal Aware: Automatic width detection
  • File Output: Save banners to text files

🚀 Quick Start

# Basic usage
asciibanner "Hello World"

# Colored text with specific font
asciibanner -f slant --color blue "Cool Banner"

# Preview available fonts
asciibanner --list-fonts

📚 Usage Examples

Create Professional Banners

# Centered text with width limit
asciibanner -c -w 50 "Company Name"

# Multi-color alerts
asciibanner --color red --bg white "URGENT NOTICE"

# Pipe text through
echo "System Status: OK" | asciibanner -f block --color green

Font Exploration

# Preview all font styles
for font in $(asciibanner --list-fonts); do
  echo "Font: $font"
  asciibanner --preview $font
done

📜 License

This project is licensed under the BSD 3-Clause "New" or "Revised" License - see the LICENSE file for complete details.

Developed by Anon4YouReport Issues

"Transform your terminal into a canvas of ASCII art"

About

A feature-rich FIGlet-compatible ASCII art generator

Topics

Resources

License

Stars

Watchers

Forks