DEV Community

TateLyman
TateLyman

Posted on

ASCII Art Text Generator: Turn Any Text into Block Letters

Need big text for a README, comment, or terminal banner? I built an ASCII art text generator.

Example

Input: HELLO

█   █ █████ █     █      ███ 
█   █ █     █     █     █   █
█████ ████  █     █     █   █
█   █ █     █     █     █   █
█   █ █████ █████ █████  ███ 
Enter fullscreen mode Exit fullscreen mode

Features

  • A-Z, 0-9, common punctuation
  • 6 character styles: Block, Hash, Star, At, Zero, Plus
  • One-click copy
  • Instant preview as you type
  • Max 20 characters (keeps it readable)

ASCII Art Text Generator

Perfect for:

  • GitHub README headers
  • Terminal welcome messages
  • Code comment banners
  • Discord/Slack messages

Full toolkit (275+ tools): devtools-site-delta.vercel.app

Top comments (0)