Skip to content

doopii/ASCII-Art-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art Generator

Simple web app to convert images into ASCII art.

Features

  • Drag & drop or click to upload images
  • Select output width (predefined or custom)
  • Choose character set: Braille, ASCII, Chinese
  • Invert light/dark mapping
  • Live preview and copy to clipboard

Quick Start

  1. Clone the repo

  2. Install dependencies

    pip install -r requirements.txt
  3. Create a .env file with:

    SECRET_KEY=your_secret_key
  4. Run the app:

    python app.py
  5. Open your browser at http://localhost:5000

Enjoy converting images to ASCII!

Demo

image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published