Skip to content

This is a Python script that converts images into ASCII art. It utilizes the PIL for image processing and tkinter for creating a user interface.

Notifications You must be signed in to change notification settings

Ondor61/TextArt_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Text Art Generator

This is a Python script that converts images into ASCII art. It utilizes the PIL for image processing and tkinter for creating a user interface.

Features

  • Convert the image to ASCII art: The selected image is quickly processed to generate your AsciiArt.
  • Complete UI: including file dialogs for opening and saving images.
  • Adjust the color: Users can adjust the mid-tone point along with white and black points to fine tune the text_art to suit their needs.
  • Display the ASCII art: The generated ASCII art is shown in a text canvas within the UI, allowing users to scroll both horizontally and vertically while also having the ability to change the font size.
  • Save the ASCII art: Users can save the generated ASCII art as a text file or copy it straight from the prewiev.

Dependencies

The script relies on the following dependencies:

  • PIL (Python Imaging Library)
  • tkinter

Usage

  • Make sure you have Python and PIL installed
  • Run the script
The tool.

About

This is a Python script that converts images into ASCII art. It utilizes the PIL for image processing and tkinter for creating a user interface.

Topics

Resources

Stars

Watchers

Forks

Languages