8000 GitHub - mertguvencli/ascii-image: Turn your images to ASCII Art 🌆
[go: up one dir, main page]

Skip to content

mertguvencli/ascii-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII-Image 🌆

ASCII Art Generator.

Convert your images to ASCII Art.

You can see how it works here

App Gif

Installation

  1. Clone the code
  2. Create virtual environment
python -m venv env
  1. Activate your virtual environment
  • Linux / Mac
source env/bin/activate
  • Windows
env\Scripts\activate.bat
  1. Install dependecies
pip install -r requirements.txt
  1. Run the code
python main.py
# or
gunicorn main:app

Dependencies

  • Pillow
  • flask
  • gunicorn
  • flake8
0