Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.32 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.32 KB

Image to ASCII Converter

This Django web application converts uploaded images into ASCII art. It provides an easy-to-use interface for uploading images, processing them, and downloading the ASCII representation as a text file.

Features

  • Convert uploaded images to ASCII art.
  • Adjustable scale for ASCII representation.
  • Support for various image formats (JPEG, PNG, etc.).
  • Responsive web interface.
  • Download ASCII art as a text file.

Prerequisites

  • Python (>=3.6)
  • Django (>=3.0)
  • Pillow library

Installation

  1. Clone the repository:

    git clone https://github.com/TusharPachouri/imageToAscii_DjangoWebsite.git
  2. Navigate to the project directory:

    cd imageToAscii_DjangoWebsite
  3. Install the required Python packages:

    pip install -r requirements.txt

Usage

  1. Run the Django development server:

    python manage.py runserver
  2. Access the web application in your browser at http://localhost:8000/.

  3. Upload an image using the provided form.

  4. Adjust the scale if needed and click the "Convert" button.

  5. Download the generated ASCII art text file.

Screenshots

File :-

Screenshot 1

Output :-

Screenshot 2