An open API service indexing awesome lists of open source software.

https://github.com/adarshaddee/ascii

Text To ASCII converter tool. This script is made with python.
https://github.com/adarshaddee/ascii

adarsh-addee adarshaddee ascii ascii-art python python-script python3

Last synced: 6 months ago
JSON representation

Text To ASCII converter tool. This script is made with python.

Awesome Lists containing this project

README

          

# ASCII
This is tool which creates your desired text into ASCII font. It has 16 different fonts.

# Subscribe
hey there, You can subscribe Mr Idealhat for interesting videos OR follow Mr Idealhat Blogger website for interesting blogs. Search "Adarsh Addee Vlogs" on YouTube and subscribe for my vlog videos.

# Installation


apt-get update && apt-get upgrade-y


apt-get install python git-y


git clone https://github.com/adarshaddee/ASCII.git


cd ASCII


pip install -r requirements.txt

OR YOU CAN USE


chmod +x setup.sh
./setup.sh


python ASCII.py

# One line Installation


apt-get update && apt upgrade-y && apt-get install python git -y && git clone https://github.com/adarshaddee/ASCII.git