sherif_i2a is a simple CLI tool that converts any image (JPG, PNG, etc.) into beautiful ASCII art directly in your Linux terminal.
It takes this image:
and converts it into something like this:
1️Rename the Python file to remove the .py extension
mv sherif_i2a.py sherif_i2a2 Make it executable
chmod +x sherif_i2a3 Add it to your path
sudo mv <your path> //for linuxnow you can use it by just calling sherif_i2a <your_image_path>

