QR Code Scanner & Generator with GUI in Python

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 24

  • @Chameleonll
    @Chameleonll 6 місяців тому +1

    If anyone though of implementing something that would allow you to read QR Codes you've just generated (I know, doesn't seem like something too useful, just something I wanted to implement)
    This one line will do the deal in the generate method:
    self.current_file = "currentqr.png"

  • @nocopyrightgameplaystockvi231
    @nocopyrightgameplaystockvi231 2 роки тому +3

    I will try this using Kivy🎉

  • @hazn136
    @hazn136 Рік тому

    Hi, I have learned so many new things here. Could you please provide the next video on how to create an automated billing tracking system? Thanks!

  • @alex59292
    @alex59292 2 роки тому +2

    Try use eel it's good for guis😊

    • @alex59292
      @alex59292 2 роки тому

      @Alt-Account it's used to make guis in python using html and css

  • @abskhairoun
    @abskhairoun Рік тому

    Yo I gotta ask...
    What if I wanna name each file differently? And simultaneously the file extension is default

  • @privateeye242
    @privateeye242 2 роки тому

    Fine work but something is missing. When you load a QR image and decode it you get the text. When you type a text then and generate the QR code of that it makes the QR code. But if you then click on decode you get the text of the QR image you loaded in the first place while there is another QR code visible.

    • @kingsleyndzibungong7281
      @kingsleyndzibungong7281 Рік тому

      yeah that is because the current_file holder still has the address of the last loaded image, if you just set current_file holder to the address of new qrcode generated, each time you use the functions of generate and save.. the problem is solved

  • @essetee
    @essetee Рік тому

    AttributeError: 'str' object has no attribute 'write'
    img.save("my.png")
    Still get this error.

  • @nasrzah
    @nasrzah Рік тому

    Hi I have an important question regarding QR Code Scanner & Generator with GUI in Python on your content on youtube. please reply as soon as possible because I'm having a problem with Load where File Explorer doesn't appear when pressed

    • @herfandi8962
      @herfandi8962 Рік тому

      def load_image(self):
      options = QFileDialog.Options()
      filename, _ = QFileDialog.getOpenFileName(
      self, "Open FIle", "", "All Files (*)", options=options
      )
      make sure you code

  • @iBalenduS
    @iBalenduS Рік тому

    Where is the GitHub link for this?

  • @Khunryijduy
    @Khunryijduy Рік тому

    ขอบคุณมากครับ

  • @germanskena6537
    @germanskena6537 2 роки тому

    Hello NeuralNine.
    Thank you for your videos.
    Can you make a video of a MPLStereoNet, i varely see a text with references for this, and NEVER A VIDEO. Not a single video about it.
    I need to make an app for register compass data in a hemisphere and i cannot find info for working with it.
    It's for educational purpose.
    Register data, store in a dbase, and then plot in the hemisphere. (Any help you can provide i will apreciate), but i principally need a video of how to work with this library (MPLSTEREONET).
    I add my like as always.

  • @alejandrobravo1221
    @alejandrobravo1221 2 роки тому

    theme name?

  • @tcgvsocg1458
    @tcgvsocg1458 2 роки тому

    WOW da fuck that look like amazing!

  • @TimeToGG
    @TimeToGG 2 роки тому

    Nice

  • @Luka_HD
    @Luka_HD 2 роки тому

    I just successfully cracked my soft soft and its ti to make so sNice tutorialt cus i am broke

  • @philtoa334
    @philtoa334 2 роки тому

    Thx_. Nice.

  • @digiglobe7776
    @digiglobe7776 2 роки тому +1

    you are moving with too fast , just share us the code in link

  • @python-developer521
    @python-developer521 10 місяців тому

    ua-cam.com/video/ghJSCysFbNs/v-deo.html
    ua-cam.com/video/UReZyaKQBF4/v-deo.html

  • @darkvoid35
    @darkvoid35 2 роки тому +1

    You have great videos but this one is pretty mediocre because you were just writing the code from the other monitor and the explanation was just you reading the code as if we are blind to see