TechnicalB9T / T-Banner

T-Banner is a automatic shell script for Termux to generate dynamic Banner for Termux welcome screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#T-Banner

T-Banner is a script that allows you to create and customize dynamic banners for the Termux welcome screen. This tool lets you personalize your terminal startup with unique text, colors, and styles, enhancing your command-line experience.

Features

  • Custom Text: Add any custom text or ASCII art to your Termux welcome screen.
  • Multiple Fonts: Choose from various fonts to suit your style.
  • Easy to Use: Simple commands to generate and update your Termux banner.
  • Lightweight: Minimal dependencies, ensuring quick and smooth operation.

Installation

Prerequisites

  • Termux installed on your Android device.
  • Git should be installed in Termux:
    pkg install git

Cloning the Repository

To get started with T-Banner, clone the repository to your Termux environment:

git clone https://github.com/TechnicalB9T/T-Banner.git
cd T-Banner
bash requirements.sh

Running the Script

Run the following command to execute T-Banner and customize your Termux banner:

bash t-banner.sh

Customizing Your Banner

Follow the on-screen instructions to:

  1. Enter a message for your banner.
  2. Enter the banner Name.

Once you've configured your banner, it will automatically display different fonts every time you open Termux.

Usage

After installation, every time you launch Termux, your customized banner will be displayed. You can rerun the t-banner.sh script anytime to update your banner.

uninstall

To get your default Termux Banner run the code given below bash remove.sh

Screenshots

image alt image alt image alt

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your improvements or bug fixes.

  1. Fork it (https://github.com/TechnicalB9T/T-Banner/fork)
  2. Create your feature branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature/new-feature)
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Video support

Full installation video is available on our YouTube channel


This README provides a clear overview of what T-Banner does, how to install and use it, and how to contribute to the project. Customize the links and contact information to match your actual project details.

About

T-Banner is a automatic shell script for Termux to generate dynamic Banner for Termux welcome screen

License:MIT License


Languages

Language:Shell 100.0%