Skip to content

nginx0/textify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Convert PNG/JPG into ASCII art

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages