Skip to content

natyavidhan/ASCII-fy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII-fy

Conversion

A Software to convert image to ascii

How To Download

  • Download the latest version of the software from Releases
  • After downloading, you can use it directly, no installation is required.

How To Use

Main Window

  • Click on the Choose Image Button and select the image you want to ASCII-fy
  • Click on the Choose Output Folder Button and select the folder you want the converted image and the text file to be saved
  • If you want to reduce the image size, increase the number in the image reduction input field, otherwise leave it as it is
  • Click on start
  • Once its converted, the Conversion Successful window will appear

Demo

Demo Video

To Run the project

  • clone the repository
    git clone https://github.com/studiousgamer/ASCII-fy
  • cd to the directory
    cd ASCII-fy
  • Install dependencies
    pip install -r requirements.txt
  • Run main.py
    python main.py