Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 418 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 418 Bytes

Matrx Printr (my first real project)

Disclaimer: My knowledge of Python is really basic

This program lets you create images coded in binary by translating ascii, and translate it back to text. It creates an 8 bit wide black and white image with PIP. The height depends on how long the text is (number of characters). I also created a small gui in cmd, and i have plans to create a real gui with Tkinter.