Khor Shao Liang

I am a final year student in School of Computing at National University of Singapore. I am pursuing a Bachelor of Computing (Computer Science) specializing in Database Systems.

ASCIIFYER Telegram Bot

Aug 2019 » Python Telegram Bot
ASCIIFYER Telegram Bot

About ASCIIFYER

A bot implementation of the ASCII-ART python script I wrote. The bot serve a simple purpose that is to convert a given image to a ASCII image.

The underlying algorithm is pretty straightforward.

  1. Resize the image to a standard size.
  2. Convert to image to grayscale.
  3. Map each of the grayscale pixel to an ASCII character.
  4. Process the ASCII text into an image file.

Programming Languages

  • Python

Example

Future Development Plan

No future plans as of now.