ASCII Progress Bar
Make a text progress bar.
Progress bar
[████████████░░░░░░░░] 60%
Sample percents
- [██░░░░░░░░░░░░░░░░░░] 10%
- [█████░░░░░░░░░░░░░░░] 25%
- [██████████░░░░░░░░░░] 50%
- [███████████████░░░░░] 75%
- [██████████████████░░] 90%
- [████████████████████] 100%
Make a text progress bar for the terminal, README, or status update. Useful for showing release progress, build status, or just visualizing a number in chat.
About
Type a percentage. The tool builds a text progress bar in your chosen style (blocks, dots, hash, equals). Drop into terminal output, README, or status update.
How to use
- Set percent and width.
- Pick a style.
FAQ
Why no animation?+
These are static text. For animated bars in a terminal, use ANSI escape codes to overwrite the line; in HTML, use a <progress> element.