Skip to content
/ QRMaker Public

A Python program to make your own QR codes! It has support for both normal QR codes and QR codes with an Image in the center!

Notifications You must be signed in to change notification settings

XxB1a/QRMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

QRMaker

A Python program to make your own QR codes! It has support for both normal QR codes and QR codes with an Image in the center!

Usage

Usage: python qrmaker.py <MODE> <FILENAME> <"QR DATA"> <"IMAGE URL/DIR" (Mode 2> <URL/DIR (Mode 2)>

Help

<MODE> : There are 2 modes; Mode 1 and Mode 2. Select Mode 1 if you want a regular QR code, select Mode 2 if you want a QR code with an Image in the center.

<FILENAME> : The filename for the result. Example: MyFirstQRCode

<"QR DATA"> : The text to be putten into the QR code. Example: "Hello World!"

<"IMAGE URL/DIR"> : (Mode 2 only!!) The URL or DIR that you want to put into the center. URL example: "https://www.website.com/image.png", DIR example: "C:\image.png"

<IRL/DIR> : (Mode 2 only!!) Specify whether the image to put in the center is an URL or a DIR.

Example for Mode 1:

python qrmaker.py 1 MyFileName "My QR Code's Data!"

Examples for Mode 2:

For URL: python qrmaker.py 2 MyFileName "My QR Code's Data!" "https://www.website.com/image.png" URL
Or if you want DIR: python qrmaker.py 2 MyFileName "My QR Code's Data!" "C:\image.py" DIR

Extra:

This is a QR code of this repo:
qrcode

About

A Python program to make your own QR codes! It has support for both normal QR codes and QR codes with an Image in the center!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages