An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        



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

```js

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

```

## Retro

```js

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

```

# Installation:

Download the latest version of BannerBash :



Download Latest

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)