A simple Python script that turns images into ASCII art and copies the result to your clipboard.
| Before | After |
|---|---|
![]() |
![]() |
-
Run the script:
python AsciiArt.py -
Enter the path to an image file when prompted.
-
Enter the maximum image height
-
The image will be resized (and aspect ratio adjusted), converted to grayscale, and shown as a preview.
-
ASCII art is generated and automatically copied to your clipboard.
- Python 3
Pillowclipboard
Install dependencies with:
pip install pillow clipboard
- Best results on simple or high-contrast images.

