RH2019Project

Inspired by GeeksForGeeks, our project for Royal Hackaway 2019 involves a Python program that takes an image from a specified filepath as an argument in the terminal, and converts the image into ASCII characters using different characters to determine the grayscale of each section of the image.

The resulting image is stored in a new text file called out.txt which is overwritten after each execution of the program.

this project took HUGE inspiration from the book "Python Playground: Geeky Projects for the Curious Programmer by Mahesh Venkitachalam.". Our codebase was sourced from this book and from the specific project part of the book's github page: "https://github.com/electronut/pp/blob/master/ascii/ascii.py"

Built With

Share this project:

Updates