This is a simple Python tool that converts images into ASCII art. It uses the PIL library to process images and generate ASCII representations based on pixel brightness levels.
- Upload and convert images to ASCII art.
- Copy ASCII art to the clipboard.
- Save ASCII art as a text file.
- Python 3.x
- Pillow library:
pip install pillow
- Tkinter library (included in most Python installations)
- Clone the repository or download the source code.
- Install the required libraries by running
pip install pillow
in your terminal. - Run the
ascii_art_generator.py
script. - Click the "Upload" button to select an image file.
- The image will be converted to ASCII art and displayed in the text area.
- Use the "Copy ASCII Art" button to copy the ASCII art to the clipboard.
- Use the "Save as Text" button to save the ASCII art as a text file.
This project is licensed under the MIT License. See the LICENSE file for more details.
This tool is based on the concept of ASCII art and was inspired by various online resources and tutorials.