gregdolley / ascii_art_generator

A Python program that takes an image file and redraws it as ASCII art. It saves the ASCII art as a plain text file and a PNG screenshot of the text (since a PNG can be zoomed in/out smoothly, while a TXT file cannot).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII Art Generator

This is a simple Python program (Python 3) that takes an image file and redraws it as ASCII art. It saves the ASCII art as a plain text file and a PNG screenshot of the text (since a PNG can be zoomed in/out smoothly, while a TXT file cannot).

About

A Python program that takes an image file and redraws it as ASCII art. It saves the ASCII art as a plain text file and a PNG screenshot of the text (since a PNG can be zoomed in/out smoothly, while a TXT file cannot).

License:MIT License


Languages

Language:Python 100.0%