Skip to content

dmdhrumilmistry/TermuxCustomBanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermuxCustomBanner

  • Helps user to create custom banner with various fonts and colors on Termux terminal.

Image

Installation

Using git

  1. Open terminal

  2. Install python and git packages

    pkg install python git -y
    
  3. clone the repository to your machine

    git clone https://github.com/dmdhrumilmistry/TermuxCustomBanner.git
    
  4. Change directory

    cd TermuxCustomBanner
    
  5. Install setuptools

    python -m pip install setuptools
    
  6. Install TermuxCustomBanner

    python -m pip install -e .
    

Using pip

  1. Open terminal

  2. Install python and git packages

    pkg install python git -y
    
  3. Install TermuxCustomBanner

    pip install TermuxCustomBanner>=1.0.1
    

    Note : avoid using v1.0.0

Start TermuxCustomBanner

python -m TermuxCustomBanner

Dependencies

TermuxCustomBanner requires following programs/scripts to run properly -

  • Python
    • pyfiglet
    • subprocess
    • sys
    • os

Have any Ideas 💡 or issue

  • Create an issue
  • Fork the repo, update script and create a Pull Request

Connect with me:



Releases

No releases published

Packages

No packages published

Languages