Skip to content

The "Image to ASCII Django Website" converts images to ASCII art, offering easy upload, instant conversion, and downloadable outputs. Built with Django, HTML, CSS, and optional JavaScript, it's a responsive platform for creative exploration.

Notifications You must be signed in to change notification settings

TusharPachouri/imageToAscii_DjangoWebsite

Repository files navigation

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

About

The "Image to ASCII Django Website" converts images to ASCII art, offering easy upload, instant conversion, and downloadable outputs. Built with Django, HTML, CSS, and optional JavaScript, it's a responsive platform for creative exploration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published