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
Requirement’s
- Git package
- Python package
- Pyfiglet python module
Tested platform
- Termux
- Linux
- Windows
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
Step 3: Change the directory
Now change the directory of Ascii_c so type this below command in your termux
cd Ascii_c
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.
إرسال تعليق