Metadata-Version: 2.1
Name: TermuxCustomBanner
Version: 1.0.0
Summary: Creates custom banner for termux
Home-page: UNKNOWN
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet

# TermuxCustomBanner
- Helps user to create custom banner with various fonts and colors on Termux terminal.

![Image](https://github.com/dmdhrumilmistry/TermuxCustomBanner/blob/main/.images/%231_TermuxCustomBanner.png?raw=true)

### 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 .
   ```

### 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:

  <p align ="left">
    <a href = "https://github.com/dmdhrumilmistry" target="_blank"><img src = "https://img.shields.io/badge/Github-dmdhrumilmistry-333"></a>
    <a href = "https://www.instagram.com/dmdhrumilmistry/" target="_blank"><img src = "https://img.shields.io/badge/Instagram-dmdhrumilmistry-833ab4"></a>
    <a href = "https://twitter.com/dmdhrumilmistry" target="_blank"><img src = "https://img.shields.io/badge/Twitter-dmdhrumilmistry-4078c0"></a><br>
    <a href = "https://dhrumilmistrywrites.blogspot.com/" target="_blank"><img src = "https://img.shields.io/badge/YouTube-Dhrumil%20Mistry-critical"></a>
    <a href = "https://www.youtube.com/channel/UChbjrRvbzgY3BIomUI55XDQ" target="_blank"><img src = "https://img.shields.io/badge/Blog-Dhrumil%20Mistry-bd2c00"></a>
    <a href = "https://www.linkedin.com/in/dhrumil-mistry-312966192/" target="_blank"><img src = "https://img.shields.io/badge/LinkedIn-Dhrumil%20Mistry-4078c0"></a><br>
   </p>




