A program that convert black and white image to csv file, and print each character in csv files as *'s in python shell.
- Take a screenshot of the image you want to print and save it in the project folder (give them proper names).
- Go to BlackWhiteConverter, add the name of each image to the image_list and run the program. CSV files will be created.
- Then go to Display class, add the names of each image to the image_list and run the program. Images will be printed one by one in the shell as *'s.