Skip to content

GCPins/img2ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9b3f95 · Mar 2, 2025

History

32 Commits
Oct 20, 2024
Mar 5, 2024
Mar 5, 2024
Mar 5, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Mar 2, 2025
Mar 5, 2024
Mar 5, 2024
Mar 5, 2024

Repository files navigation

img2ascii

This was created for the Clemson CUHACKIT 2024 hackathon. The website allows you to upload an image, choose a scaling factor (resizes the image), then generates ASCII art from the uploaded image. You also have the option to save the resulting ASCII to a text file or copy it to your device clipboard. The project was made with Python (for the ASCII conversion and Flask backend) and HTML/CSS (for the simple frontend).

Guided Install/Setup

  1. Clone the repo: git clone https://github.com/GCPins/img2ascii
  2. Change to the ASCII2img directory: cd img2ascii
  3. Install the necessary packages with pip: pip install -r requirements.txt
  4. Run the Flask server: python main.py

Live Demo

A live demo (should) be found running live @ https://img2ascii.gcpins.dev (alternative link: https://gcpins.pythonanywhere.com)

You can also see the project in action in this video, albeit slightly outdated.