Gerador de ASCII Text Art
Converta texto curto em grandes letras de banner ASCII-art usando uma fonte de blocos 5x5 integrada. Suporta A-Z e 0-9 (a entrada é convertida para maiúsculas); caracteres não suportados são renderizados como espaço em branco.
Entrada
Até 20 caracteres. As letras são convertidas em maiúsculas; apenas A-Z, 0-9 e espaços são renderizados — qualquer outra coisa é impressa como uma coluna em branco.
Saída
Guias
Turn a short word or phrase into big, blocky ASCII-art letters you can paste into a terminal, a README, a code comment, a commit message, or a chat window. Type your text, and the banner appears instantly — no install, no upload, nothing to configure.
How to use it
Type text into the Input Text field. The banner renders immediately below in the Text Art panel. Use the copy button to grab the result, or download it as a .txt file. There's nothing else to set — the tool auto-generates on every keystroke.
Which characters are supported?
The built-in font covers the letters A-Z and the digits 0-9, plus spaces. Lowercase letters are automatically uppercased before rendering, so hello and HELLO produce the same banner. Any other character — punctuation, accented letters, emoji, and so on — prints as a blank column rather than causing an error, so it's always safe to paste in freeform text; just expect symbols to disappear from the art.
Input is capped at 20 characters. Block-letter banners are built for short words and labels (think a name, a status, a project title) rather than full sentences — past a few words the output gets too wide to read comfortably in a terminal or comment block anyway.
How the banner is built
Each character is drawn from a fixed 5-column by 5-row grid of # and space characters — a classic, compact "block" font. The tool looks up every character you type in that grid, then stitches the letters together column by column, with a single blank column between each character, to build five lines of output text. Monospaced fonts (like Courier New or a code editor) render the result correctly aligned; proportional fonts will not.
This is a deliberately simple, single-font generator. It doesn't attempt to replicate the dozens of decorative fonts found in full "figlet"-style tools — it's built for one clean, readable, dependency-free block style that always renders the same way everywhere you paste it.
What can I use it for?
Common uses include:
- Startup/CLI banners printed to a terminal or log file
- Section headers inside plain-text README files or code comments
- ASCII signatures in commit messages or forum posts
- Quick, eye-catching text for chat apps that don't support rich formatting
Does my text leave the browser?
No. The banner is generated entirely client-side in your browser. Nothing you type is uploaded, logged, or stored anywhere.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/ascii-text-art-generator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"inputText": "HI"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `ascii-text-art-generator` tool (ASCII Text Art Generator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.