arizmuajianisan / qr-gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Generator

This project generates QR codes using Python.

Installation

To set up the environment, you can use Anaconda. First, create and activate a new environment:

conda create --name qr_env python=3.8
conda activate qr_env

How To Use

  1. Directly using the main package
qr "data" > "data.jpg"

This will convert "data" into QR Code and saved into data.jpg 2. Using the main program with so many costumization

About


Languages

Language:Python 100.0%