convert image to ascii art
pkg install python
apt install python -y
pip install --upgrade pip
pip install ascii_magic termcolor
git clone https://github.com/y0usefalsaadany/ascii-art.git
cd ascii-art
python converter.py
1- enter your image name like sec.png or path image like E:\image-to-text\sec.png
2- enter char like # or * or % or ^ etc
3- Enter the name of the file in which you want to save the shape
4- Open the file you entered and copy the text from it and put it in your python code