Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 415 Bytes

How to use this code:

The first, Clone the project

git clone https://github.com/esmailiyan/QRCode.git

Creat a virtualenv

virtualenv .venv 

Active virtualenv

source .venv/bin/activate 

Install requirement packages

pip3 install -r requirements.txt

Now its time to run the code

python3 QRCode.py

you must inter your text and name of file and never let them empty!