ASCII Art Banner Generator is a simple command-line tool written in Go for generating ASCII art banners.
Usage: go run . [OPTION] [STRING] [BANNER]
Example: go run . --align=right something standard
- Generates ASCII art banners from text input.
- Supports custom banner files.
- Checks if all characters in the input text are within the printable ASCII range.
- Automatically adds ".txt" extension if a path is not provided.
- The possibility of using different alignment options for the output has been added: center, left, right, or justify
If you have any questions or suggestions, feel free to contact me at [[email protected]].