ascii-art

Generate ASCII art banners, borders, and image conversions using CLI tools and free APIs.

1|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/maopujie10-sys/Bailongma --skill ascii-art-maopujie10-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ascii-art
Source: https://github.com/maopujie10-sys/Bailongma/tree/main/skills/hermes-skills/creative/ascii-art
Command: npx skills add https://github.com/maopujie10-sys/Bailongma --skill ascii-art-maopujie10-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyfiglet.

What problem does it solve? Creating decorative text banners, framed messages, and image-to-ASCII conversions normally requires hunting down the right tool, font, or web service. This Skill consolidates nine proven ASCII art methods into one decision flow so you can produce terminal-ready art immediately. ## Core Features & Use Cases - Text Banners: Render text in 571 pyfiglet fonts locally or via the free asciified REST API with 250+ fonts, no API key required. - Message Art & Borders: Wrap messages in cowsay characters (50+ options) and frame output with boxes' 70+ decorative border designs. - Image & Web Art: Convert PNG/JPEG/GIF images to ASCII with ascii-image-converter or jp2a, fetch pre-made art from ascii.co.uk, and generate QR codes or weather art via curl. - Use Case: You need a stylized project header for a README. Run pyfiglet with the slant font, pipe it through boxes with a stone border, and paste the result directly into your markdown. ## Quick Start Ask the AI to create an ASCII art banner of your project name using pyfiglet with the doom font and wrap it in a decorative boxes border.

Frequently Asked Questions about ascii-art

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create ASCII art text banners in the terminal?

Install pyfiglet with pip and run python3 -m pyfiglet "YOUR TEXT" -f slant to render banners in any of 571 fonts. Alternatively, use the free asciified API via curl with no installation required.

How to convert an image to ASCII art from the command line?

Use ascii-image-converter for PNG, JPEG, GIF, and WEBP files with options for color output, custom dimensions, and braille characters. For JPEG-only lightweight conversion, jp2a works with a simple width parameter.

What is the difference between pyfiglet and toilet for text art?

pyfiglet offers 571 fonts and plain text output suitable for files and documentation. Toilet adds ANSI color effects like rainbow and metal filters, but its escape codes only render properly in terminals.

Can I generate ASCII art without installing any software?

Yes, the asciified REST API converts text to ASCII art via curl with 250+ fonts and no API key. You can also fetch pre-made art from ascii.co.uk, QR codes from qrenco.de, and weather art from wttr.in.

Why does toilet colored output look broken in my file?

Toilet outputs ANSI escape codes for colors that only render in terminal emulators. When saving to plain text files or chat platforms, use pyfiglet or the asciified API instead for clean monochrome output.