Python Forum
problem in using pyqrcode module to create QRcode
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem in using pyqrcode module to create QRcode
#6
# Make environment
C:\code
λ python -m venv qr_env

C:\code
λ cd qr_env\

C:\code\qr_env
λ C:\code\qr_env\Scripts\activate

# Install
(qr_env) C:\code\qr_env
λ pip install PyQRCode pypng
Collecting PyQRCode
  Using cached PyQRCode-1.2.1-py3-none-any.whl
Collecting pypng
  Using cached pypng-0.20220715.0-py3-none-any.whl (58 kB)
Installing collected packages: PyQRCode, pypng
Successfully installed PyQRCode-1.2.1 pypng-0.20220715.0

(qr_env) C:\code\qr_env
λ ls
Include/  Lib/  Scripts/  pyvenv.cfg  qr_code.py

(qr_env) C:\code\qr_env
λ cat qr_code.py
import pyqrcode

qr=pyqrcode.create('hello')
qr.png('hello.png',scale=7)
(qr_env) C:\code\qr_env

# Run code
λ python qr_code.py
.... No errors

(qr_env) C:\code\qr_env
λ ls
Include/  Lib/  Scripts/  hello.png  pyvenv.cfg  qr_code.py
Reply


Messages In This Thread
RE: problem in using pyqrcode module to create QRcode - by snippsat - Aug-22-2023, 08:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  problem with memory_graph module akbarza 3 509 Mar-04-2024, 10:15 AM
Last Post: snippsat
  problem using coloeama module akbarza 3 687 Jan-08-2024, 07:31 AM
Last Post: akbarza
  problem in using subprocess module akbarza 5 1,196 Sep-24-2023, 02:02 PM
Last Post: snippsat
  problem in import module from other folder akbarza 5 1,728 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  Problem with Pyinstaller. No module named '_tkinter' tonynapoli2309 0 1,112 May-15-2023, 02:38 PM
Last Post: tonynapoli2309
  Problem with module time and leap seconds Pedroski55 3 1,336 Oct-07-2022, 11:27 PM
Last Post: Pedroski55
  problem with pyinstaller to create an executable file atlass218 0 2,648 May-15-2021, 11:01 AM
Last Post: atlass218
  keyboard module; must be root problem philipbergwerf 2 19,520 Apr-04-2021, 11:40 AM
Last Post: philipbergwerf
  can't read QRcode in large file simoneek 0 1,550 Sep-16-2020, 08:52 AM
Last Post: simoneek
  qrcode detector not in cv2 Pedroski55 2 5,247 Sep-16-2020, 03:22 AM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020