Simple python program that transforms an image into a ASCII art.
You can change the final image width with the input asked in the beginning of the program.
This program requires Tkinter in order to work, so please install the package corresponding to your system
Ubuntu/Debian based distros:
sudo apt install python-tk
Arch based distros:
sudo pacman -S tk