Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 751 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 751 Bytes

text-binary-image-converter

I was creating a small painting for a family member and wanted it to included an encoded message. This utility converts a plaintext message into binary which becomes an 'abstract' image of the data. Basically the skim milk of QR codes. It was also created to increase my familiarity with numpy arrays and GUI creation in Python.

Dependencies

Example

Windows demo

TODO

  • Implement optional variable aspect ratios
  • Save outputs
  • Load custom files and decode them
  • Learn more about Tk layouts