Skip to content

virtualvivek/BannerBash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platforms
License: Apache Release

BannerBash is a library provides large 3D banner text to your shell script, comes with
alphabets, numbers, math symbols & special characters.

Demo 🔆

https://virtualvivek.github.io/BannerBash/

Text Styles

Pixel

██╗░░██╗ ██╗   ██████╗░ ░█████╗░ ███╗░░██╗ ███╗░░██╗ ███████╗ ██████╗░
██║░░██║ ██║   ██╔══██╗ ██╔══██╗ ████╗░██║ ████╗░██║ ██╔════╝ ██╔══██╗
███████║ ██║   ██████╦╝ ███████║ ██╔██╗██║ ██╔██╗██║ █████╗░░ ██████╔╝
██╔══██║ ██║   ██╔══██╗ ██╔══██║ ██║╚████║ ██║╚████║ ██╔══╝░░ ██╔══██╗
██║░░██║ ██║   ██████╦╝ ██║░░██║ ██║░╚███║ ██║░╚███║ ███████╗ ██║░░██║
╚═╝░░╚═╝ ╚═╝   ╚═════╝░ ╚═╝░░╚═╝ ╚═╝░░╚══╝ ╚═╝░░╚══╝ ╚══════╝ ╚═╝░░╚═╝

Retro

█░█   █▄▄ ▄▀█ █▄░█ █▄░█ █▀▀ █▀█
 █▀█   █▄█ █▀█ █░▀█ █░▀█ ██▄ █▀▄
 

Installation:

Download the latest version of BannerBash :

Download Latest

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

Usage:

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

Find this library useful? ❤️

Support it by joining stargazers for this repository. ⭐

License:

BannerBash is licensed under Apache-2.0 license. View license.
Copyright (c) 2020-21. Vivek Verma