Text to ASCII converter - Convert your text into an ASCII

Text to ascii converter – Hello guy’s, Welcome to another article, In this tutorial I’m going to show how to convert your txt into a ascii banner
Text to ascii converter - Convert your text into an ASCII banner

Requirement’s

  • Git package
  • Python package
  • Pyfiglet python module

Tested platform

How to install Text to ascii converter

Step 1: install requirement’s

First we need to install python package in our termux so type this below command in your termux application.

apt-get install python && apt-get install python2

Now install git package so type this below command

pkg install git

And this tool requires pyfiglet python module so type this command in your termux

pip install pyfiglet

Step 2: Clone the package

First you download Ascii-c tool so type this below command in your termux terminal

git clone  https://github.com/princekrvert/Ascii_c.git

download the github tool

Step 3: Change the directory

Now change the directory of Ascii_c so type this below command in your termux

cd Ascii_c

change the tool directory

Step 4: Change the permission

Now we need to give permission to read write and execute of Ascii_c.py python file so type this below command in your terminal.

chmod +x Ascii_C.py

give the permission

Step 5: Text to ascii converter

Now type this below command in your termux this command will help you to run this tool

python3 Ascii_C.py

run the tool

That’s it now you can choose which option you want

Text to ascii converter - Convert your text into an ASCII banner

Post a Comment

Previous Post Next Post