Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.12 KB

File metadata and controls

45 lines (25 loc) · 1.12 KB

CipherQR

CipherQR Logo

CipherQR is a Python tool that allows you to encode data within a QR code, break it down into smaller pieces, add a beautiful border, and then reconstruct the QR code to retrieve the data. It's a fun project created by Sanath Swaroop Mulky during their studies at RIT for the MS in Data Science program.

Author

Execution

To use CipherQR to encode and decode data, follow these steps:

  • Original Source Image:

    Source Image

  1. Generate a QR code from your data (e.g., a URL):

    generate_qr("https://sanathswaroop.com")
    breakdown_qr()
    add_border_to_image()
  • Final Image After Adding Data as Border:

    Final Image

  • Final Reconstructed QR to Get Data Back From the Final Image:

     cut_border_from_image()

    Reconstructed QR

Enjoy using CipherQR to Cipher and Decipher your Data