Skip to tool

ASCII Art Generator

Convert text into ASCII art banner. Useful for README files, code comments and log headers.

  • 100% local · no upload

Frequently asked questions

Does it support accents?

No — only A-Z, 0-9 and a few punctuation marks. Diacritics are stripped to spaces.

Why ASCII art in code?

README banners signal project identity. Log section headers ("===== STARTUP =====") help scan long output. CLI tools use it as splash screen.

Is full FIGlet supported?

This version ships 2 lightweight built-in fonts. For the full FIGlet font library (hundreds of variants), use the desktop figlet/toilet binaries or a JS port.

Will it render in Slack/Discord?

Yes — wrap the output in triple backticks (```) for monospace rendering. Without backticks, kerning may break.

Is the output Unicode or pure ASCII?

The Block font uses block characters (█) which are Unicode but render correctly in any UTF-8 environment. The Small font is closer to pure ASCII.