EN DE
← ← Back to Index

ascii-art

creative › ascii-art v4.0.0
ASCII Art Banners Creative Unicode Text-Art pyfiglet figlet cowsay boxes

Description

ASCII art: pyfiglet, cowsay, boxes, image-to-ascii.

Relevance to Our Projects

ASCII art: pyfiglet, cowsay, boxes, image-to-ascii.

SKILL.md Preview

# ASCII Art Skill

Multiple tools for different ASCII art needs. All tools are local CLI programs or free REST APIs — no API keys required.

## Tool 1: Text Banners (pyfiglet — local)

Render text as large ASCII art banners. 571 built-in fonts.

### Setup

```bash
pip install pyfiglet --break-system-packages -q
```

### Usage

```bash
python3 -m pyfiglet "YOUR TEXT" -f slant
python3 -m pyfiglet "TEXT" -f doom -w 80    # Set width
python3 -m pyfiglet --list_fonts             # List all 571 fonts

← ← Back to Index