Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

xptoorg/QRCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRCode

A simple tool to generate QRCodes in python.

Setup

You should set a virtual enviromment:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

You can also run without the virtual enviromment:

$ pip install Image
$ pip install pyqrcode
$ pip install pypng

Run

Without files

You can run the QRCode generator by typing into your shell:

$ python3 qrcode.py 

There is multiple options to run:

--c Content to generate QRCode.
--o Name of the outpufile
--i Image name
--logo 0 if you don't want to add a logo, 1 otherwise. (default 0)

Read from files

You can run the QRCode generator by typing into your shell:

$ python3 raedFromFile.py --file "Path to the file"

Output

Simple QRCode / QRCode with logo

simple qrcodesimple qrcode

About

Generate QRCodes in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages