Image to ASCII converter
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Tobias Klingenberg ba4abc4dbc
Merge pull request #1 from tobikli/web
Create LICENSE
2024-04-02 02:47:02 +02:00
ita.py All 2024-03-15 21:34:26 +01:00
LICENSE Create LICENSE 2024-04-02 02:38:23 +02:00
README.md All 2024-03-15 21:34:26 +01:00
requirements.txt All 2024-03-15 21:34:26 +01:00

Image to ASCII

Convert images to ASCII art with scaling and outputs to text

Requires Python3: https://www.python.org/downloads/

Demo

Usage

Run with Python3

  ./ita.py  <filename>
  -h        help
  -o        Outputfile
  -s        Scalefactor [1,2,4,8]

Run Locally

Clone the project

  git clone https://github.com/tobikli/imgtoascii.git

Go to the project directory

  cd imgtoascii

Install dependencies

  pip3 install -r requirements.txt (not required)

Run

  ./ita.py

Authors