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.
- 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.
- Python (>=3.6)
- Django (>=3.0)
- Pillow library
-
Clone the repository:
git clone https://github.com/TusharPachouri/imageToAscii_DjangoWebsite.git
-
Navigate to the project directory:
cd imageToAscii_DjangoWebsite
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the Django development server:
python manage.py runserver
-
Access the web application in your browser at http://localhost:8000/.
-
Upload an image using the provided form.
-
Adjust the scale if needed and click the "Convert" button.
-
Download the generated ASCII art text file.