BannerBash is a library provides large 3D banner text to your shell script, comes with alphabets
, numbers
, math symbols
& special characters.
https://virtualvivek.github.io/BannerBash/
██╗░░██╗ ██╗ ██████╗░ ░█████╗░ ███╗░░██╗ ███╗░░██╗ ███████╗ ██████╗░
██║░░██║ ██║ ██╔══██╗ ██╔══██╗ ████╗░██║ ████╗░██║ ██╔════╝ ██╔══██╗
███████║ ██║ ██████╦╝ ███████║ ██╔██╗██║ ██╔██╗██║ █████╗░░ ██████╔╝
██╔══██║ ██║ ██╔══██╗ ██╔══██║ ██║╚████║ ██║╚████║ ██╔══╝░░ ██╔══██╗
██║░░██║ ██║ ██████╦╝ ██║░░██║ ██║░╚███║ ██║░╚███║ ███████╗ ██║░░██║
╚═╝░░╚═╝ ╚═╝ ╚═════╝░ ╚═╝░░╚═╝ ╚═╝░░╚══╝ ╚═╝░░╚══╝ ╚══════╝ ╚═╝░░╚═╝
█░█ █ █▄▄ ▄▀█ █▄░█ █▄░█ █▀▀ █▀█
█▀█ █ █▄█ █▀█ █░▀█ █░▀█ ██▄ █▀▄
Download the latest version of BannerBash :
Include library folder in your target project folder.
// Choose any you like
./
├─ lib/
│ ├─ pixel/BannerBash.sh
│ └─ retro/BannerBash.sh
└─ src/
│
├─ javascript/
│ ├─ pixel/bannerBash.rs
│ └─ retro/bannerBash.rs
│
├─ rust/
│ ├─ pixel/banner_bash.js
│ └─ retro/banner_bash.js
│
└─ python/
├─ pixel/banner_bash.py
└─ retro/banner_bash.py
Language | Usage |
Shell |
$ BannerBash "Argument String" |
JavaScript |
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="./src/javascript/pixel/bannerBash.js"></script>
<script src="./src/javascript/retro/bannerBash.js"></script>
</head> let val_px = Pixel.bannerBash("Hi pixel text");
let val_rt = Retro.bannerBash("Hi retro text"); |
Rust |
let str = banner_bash("Hi".to_string()); |
Python |
str = banner_bash("Hi World")
print(str) |
Symbols | How it looks |
Alphabets | |
Numbers | |
Maths Symbols | |
Special Characters |
Support it by joining stargazers for this repository. ⭐
BannerBash is licensed under Apache-2.0 license
. View license.
Copyright (c) 2020-21. Vivek Verma