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.
- Host: GitHub
- URL: https://github.com/adarshaddee/ascii
- Owner: AdarshAddee
- Created: 2020-09-03T06:09:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T09:46:01.000Z (about 4 years ago)
- Last Synced: 2025-06-06T20:33:49.393Z (10 months ago)
- Topics: adarsh-addee, adarshaddee, ascii, ascii-art, python, python-script, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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