Generate QR Code using pyqrcode module ||Python Beginners||QR Code Python

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video will help you to generate QR-Code and also help for how to use pyqrcode module of python
    **********************************************************************************
    If you are new to my channel please consider Subscribing:
    / pythonbeginners
    ** BLOG : www.gopythontutorials.wordpress.com **
    ********************************************************************
    Also find me on :
    Facebook : / easylearnpython
    Instagram : / pythonbeginnersofficial
    Twitter: / saxenadhurub
    ************************************************************************************************
    All content shown on this channel is created by the owner of this channel i.e. Dhurub Saxena All the reviews done & information shared is based on my personal opinions.
    ************************************************************************************************
    Any other query Email:dhurubpy1997@gmail.com
    #PythonBeginners
    #pyqtcode
    #QRCodeinpython#python3#QRcode

Комментарии • 20

  • @rajsrivastava2747
    @rajsrivastava2747 Год назад +1

    When I'm tring to install the pyqrcode with pip install pyqrcode syntax in vscode its showing some error like :- The term pip is not recognized as the name of a cmdlet,function like that

    • @PythonBeginners
      @PythonBeginners  Год назад

      @Raj Srivastava
      Please use pip install pyqrcode or
      pip3 install pyqrcode(if you are using python3.x)
      easy_install pyqrcode

  • @harunthepanzer6714
    @harunthepanzer6714 Год назад +2

    pip install pyqrcode
    + ~~~
    + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

  • @pranithsgaming0635
    @pranithsgaming0635 2 года назад +1

    Hii I m getting error in "importing qrcode from pyqrcode" how to resolve this bro it says we can't import qrcode from pyqrcode

    • @PythonBeginners
      @PythonBeginners  2 года назад

      Hi Thankyou for Commenting
      You can skip that line i had import this line for further code
      You can simply import
      import pyqrcode
      and you can use create method

  • @shivamkushwaha1061
    @shivamkushwaha1061 2 года назад +1

    bro its showing invalid syntax for scale=10 how to resolve

    • @PythonBeginners
      @PythonBeginners  2 года назад

      Shivam There will some syntax error please cross check your code have you written , before scale=10 if you unable to resolve the issue please share Screen short on insta
      Python_Beginners_official

  • @Bhanu-uo3wo
    @Bhanu-uo3wo 11 месяцев назад

    Bro how can we display our name,age,mobile number... in the place of s we have to give inputs?

    • @PythonBeginners
      @PythonBeginners  11 месяцев назад

      Thank you for reaching out to us,
      Yes you have to pass the input in the variable i am using s as a variable you can pass name, number and age according to your choice Thankyou and keep leaning and supporting us

  • @the_nxve
    @the_nxve 11 месяцев назад

    Bro it shows problems like , import "pyqrcode" couldn't be resolved pylance..

    • @PythonBeginners
      @PythonBeginners  11 месяцев назад +1

      Thank you for reaching out to us
      Please check your pyqrcode or re install the pyqrcode using pip and then follow the instructions you will get the output i have tested the code again but i am not getting any kind of issue please install pyqrcode 1.2.1 using pip install PyQRCode

  • @mahadev1050
    @mahadev1050 3 года назад +2

    Why you wrote
    from pyqrcode import QRCode

    • @PythonBeginners
      @PythonBeginners  3 года назад +1

      Mahadev Thankyou!! For commenting i need to import this package because i am using That QRCode method of the pyqrcode package also i can use import pyqrcode there are verious type to import the package
      If you have any confusion Please let me know and Keep Supporting bro😊

    • @mahadev1050
      @mahadev1050 3 года назад

      @@PythonBeginners
      You didn't use QRCode method anywhere
      Then why you imported that method. 🤔
      Simply
      import pyqrcode is enough.

    • @PythonBeginners
      @PythonBeginners  2 года назад

      Mahadev i have we can use QRCODE method lots of properties are there in pyqrcode lib

  • @DPGAMMER
    @DPGAMMER 2 года назад

    Name of the application

    • @PythonBeginners
      @PythonBeginners  2 года назад

      Thankyou for Commenting,Which Name you are talking?

    • @DPGAMMER
      @DPGAMMER 2 года назад

      @@PythonBeginners which application u r using in this video for making QR Code

    • @PythonBeginners
      @PythonBeginners  Год назад

      ​@@DPGAMMER I am using Python as programming language and vs code as code editor