https://github.com/virtualvivek/bannerbash
BannerBash is a library provides large 3D banner text to your shell script, comes with alphabets, numbers, math symbols, special characters.
https://github.com/virtualvivek/bannerbash
3d-banner-text alphabets banner-text bash cli javascript large-text large-text-generator maths-symbols python rust rust-library script shell shell-script special-characters unix unix-shell
Last synced: 18 days ago
JSON representation
BannerBash is a library provides large 3D banner text to your shell script, comes with alphabets, numbers, math symbols, special characters.
- Host: GitHub
- URL: https://github.com/virtualvivek/bannerbash
- Owner: virtualvivek
- License: apache-2.0
- Created: 2020-03-01T10:18:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T19:31:03.000Z (over 3 years ago)
- Last Synced: 2024-04-13T10:31:03.708Z (about 1 year ago)
- Topics: 3d-banner-text, alphabets, banner-text, bash, cli, javascript, large-text, large-text-generator, maths-symbols, python, rust, rust-library, script, shell, shell-script, special-characters, unix, unix-shell
- Language: Shell
- Homepage: https://virtualvivek.github.io/BannerBash/
- Size: 604 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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
```js
██╗░░██╗ ██╗ ██████╗░ ░█████╗░ ███╗░░██╗ ███╗░░██╗ ███████╗ ██████╗░
██║░░██║ ██║ ██╔══██╗ ██╔══██╗ ████╗░██║ ████╗░██║ ██╔════╝ ██╔══██╗
███████║ ██║ ██████╦╝ ███████║ ██╔██╗██║ ██╔██╗██║ █████╗░░ ██████╔╝
██╔══██║ ██║ ██╔══██╗ ██╔══██║ ██║╚████║ ██║╚████║ ██╔══╝░░ ██╔══██╗
██║░░██║ ██║ ██████╦╝ ██║░░██║ ██║░╚███║ ██║░╚███║ ███████╗ ██║░░██║
╚═╝░░╚═╝ ╚═╝ ╚═════╝░ ╚═╝░░╚═╝ ╚═╝░░╚══╝ ╚═╝░░╚══╝ ╚══════╝ ╚═╝░░╚═╝```
## Retro
```js
█░█ █ █▄▄ ▄▀█ █▄░█ █▄░█ █▀▀ █▀█
█▀█ █ █▄█ █▀█ █░▀█ █░▀█ ██▄ █▀▄
```# Installation:
Download the latest version of BannerBash :
![]()
Include **library folder** in your target project folder.
```js// 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
```js
$ BannerBash "Argument String"
```
JavaScript
```html
```
```js
let val_px = Pixel.bannerBash("Hi pixel text");
let val_rt = Retro.bannerBash("Hi retro text");
```
Rust
```rust
let str = banner_bash("Hi".to_string());
```
Python
```py
str = banner_bash("Hi World")
print(str)
```
Symbols
How it looks
Alphabets
Numbers
Maths Symbols
Special Characters
# Find this library useful? :heart:
Support it by joining [**stargazers**](https://github.com/virtualvivek/BannerBash/stargazers) for this repository. :star:# License:
BannerBash is licensed under `Apache-2.0 license`. View [license](https://github.com/virtualvivek/BannerBash/blob/master/LICENSE).
Copyright (c) 2020-21. [**Vivek Verma**](https://github.com/virtualvivek)