Metadata-Version: 2.4
Name: art-txt
Version: 0.1.1
Summary: Convert an image into ASCII or Braille txt art.
Author-email: Gustavsson <gustavopdo.21@gmail.com>
License: Unlicense
Project-URL: Homepage, https://github.com/llGustavsson/art-txt
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=12.0.0
Dynamic: license-file

# art-txt
Convert an image into ASCII or Braille txt art.

`art-txt` is a lightweight Python CLI tool that transforms any image into text-based artwork.  
It supports grayscale and colored output, and can generate both ASCII and Braille styles.

## Installation
Using pip:
    `pip install art-txt`

or clone git repo:
    `https://github.com/llGustavsson/art-txt.git`

## Command example
Example: 
    `art-txt img_file_path --type --size --invert`

type-default: ASCII

size-default: 100

invert-default: False

automatic saves the output in .txt

save-deafult: ~/arts_results

