项目作者: ryanlb22

项目描述 :
QR Code Generator
高级语言: Python
项目地址: git://github.com/ryanlb22/QRCodeGen.git
创建时间: 2016-11-18T21:54:37Z
项目社区:https://github.com/ryanlb22/QRCodeGen

开源协议:

下载


Unique QR Code Generator

Generates two different versions of QR Codes

Authors

Ryan LeBon
Jason
Elias
October 14 2016

This program takes in a picture and changes it into a QR code depending on the option that the
user picks.
The program formats the size of the picture and makes sure that the QR Code will be the correct
dimensions.

Note: You must have tkinter,PIL,qrcode, and MyQR to run this file.

To run the program first download and make sure the modules above are imported into python.

1.Pick an option. Option 1 is Jasons QR Code, Option 2 is Ryans QR Code.

  1. Enter the Url… make sure to press submit and make sure it prints out in the console.

  2. Copy and paste the file output directory (where you want the qr code to be generated)
    Note: you do not have to do this for Ryans QR code

  3. Enter the size of the QR code, it must be between 1-40.
    Note 1 is smallest, 40 is biggest

  4. Choose the desired picture on your computer and press Run!

QR code will be generated once all values are entered and Run is pressed.

Link to GitHub:
https://github.com/Elias-gg/CST-205-Proj2

Link to Trello:
https://trello.com/b/MVwqH6Hc/team-27-project-2-cst-205

Future Work:
-Implement this idea into an application for a phone.
-Make more styles of QR codes
-Add in more styles for the GUI
-Create more values and parameters for QR code
-Make it a program so you dont have to use python to run the code