Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.24 KB

File metadata and controls

43 lines (27 loc) · 1.24 KB

Textify

Textify is a Python script that converts images into ASCII art. This tool allows you to create text-based representations of images with customizable character sets and resizing options

Features

  • Custom ASCII Character Sets: Choose from multiple ASCII character sets to define how the image is converted.
  • Resizing Options: Resize the ASCII art output to small, medium, large, or original sizes.
  • Aspect Ratio Maintenance: Optionally maintain the aspect ratio while resizing.

Installation

  1. Clone the repository:

    git clone https://github.com/nginx0/textify.git
    cd textify
  2. Install dependencies:

    Ensure you have Python 3 installed. You can install the required libraries using pip:

    pip install pillow

Usage

  1. Run the script:

    python3 textify.py
  2. Follow the prompts:

    • Choose an ASCII character set by entering the corresponding number.
    • Select the size of the ASCII art: Choose from small, medium, large, or original.
    • Maintain aspect ratio: Decide whether to keep the image's aspect ratio.
    • Save or display: Choose whether to save the ASCII art to a file or print it in the console.