QR Code Generator in Python

Поділитися
Вставка
  • Опубліковано 2 гру 2024
  • In this video we build a simple QR Code Generator in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    💻 The Algorithm Bible Book: www.neuralnine...
    🐍 The Python Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    💻 Exclusive Content 💻
    👥 Patreon: / neuralnine
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎵 Outro Music From: www.bensound.com/

КОМЕНТАРІ • 118

  • @MobbyG
    @MobbyG 3 роки тому +10

    I just found you videos last night and this is like the 4th or 5th I have watched since then , and I have to say that your style of presenting the information is great! You made sockets very easy for me to follow and understand, and now this, even though the qrcode package is very simple to use, you didn't over complicate it by going into an overload of detail like some videos seem to do. I love this! Thanks for these cool videos!
    P.S. I love the sound of your mechanical keyboard. It's awesome!

  • @Dtomper
    @Dtomper 3 роки тому +1

    You have the most interesting python content on youtube. You and Max Codez are the ones I find the best so far.

  • @aunique.
    @aunique. 3 роки тому +13

    you always upload right before i look at my recommendations, it always says like 30 seconds ago

  • @Chris-jd4ik
    @Chris-jd4ik Рік тому

    Awesome video bro, your tutorial was so short and sharp and I made like 10 QR Codes after learning, your channel is one of the best Python channels on UA-cam, thank you!

  • @rafaelg6444
    @rafaelg6444 3 роки тому +10

    You are the best! Keep going!

  • @dawidepl7807
    @dawidepl7807 3 роки тому +1

    I like how python has literally every library. Want to make website? Flask. Want QR code? Also here. Want anything else? Import it!

  • @ar_fxn
    @ar_fxn 3 роки тому

    Idk how to do all these, but it's really satisfying to watch you do all the thing 😂 🙌

  • @alex_mahone
    @alex_mahone 3 роки тому +1

    This is actually very useful for what I am doing. Thank you!

  • @arabianadjib4600
    @arabianadjib4600 8 місяців тому

    You have best video on UA-cam for python. Thank you so much

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

    Hey, NeuralNine, I saw what u did there on the thumbnail. 😂😂
    I've been subed to you for a month now: love ur vids! ❤

  • @cfpwastaken
    @cfpwastaken 3 роки тому +1

    Can you store binary data on them using this library and scan it via the webcam back in?

  • @Unreql
    @Unreql 3 роки тому +1

    If you are trying this and you get an error saying "ModuleNotFoundError: No module named 'Image'", just write in the Terminal: "pip install pillow" and it should work.

    • @ateskuresi1494
      @ateskuresi1494 3 роки тому

      Yaay thanks it worked =).

    • @Propheticeve
      @Propheticeve 3 місяці тому

      It’s saying no module named qrcodes😢

  • @julianm080808
    @julianm080808 Рік тому +1

    Hey NeuralNine thanks for your useful videos keep it up your nice work.

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

    How do you do the line break at 2:04 I've searched everywhere but couldnt find it

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

    excellent video, short and to the point, thank you 👍

  • @_Envoy
    @_Envoy 5 місяців тому

    i followed your video but it wont let me change the background color of the QR, any ideas what im doing wrong?

  • @Beauty.and.FashionPhotographer
    @Beauty.and.FashionPhotographer 2 роки тому

    Dynamic QR codes ... can that be done on a mac...without using third party URL services ?

  • @duarteandre_
    @duarteandre_ 3 роки тому

    Hey i saw that some websites let you send a message to a number when you scan a code or add a contact, do you know how to do it?

  • @guga4948
    @guga4948 3 роки тому

    This small but very cool projects are very helpful

  • @edealexander3693
    @edealexander3693 3 роки тому +1

    its saying "install, is not recognized as an external or internal command"

  • @zeyneppyz
    @zeyneppyz 3 роки тому

    hi i wanna ask something, can i get pastel or more color scala for this and how can i do this?

  • @daviking-88
    @daviking-88 3 роки тому

    Sooo... The save function isn't working properly... When I input a file name to save as, the message "generate qr code first" message pops up...

  • @rohittrivedi89
    @rohittrivedi89 3 роки тому

    Thanks much for the crash course..Any link or article in which laptop cam is able to scan the QR code generated by this code if triggered from my application(I have downloaded and send this qr code to my mobile suppose)..thanks..

  • @MananGandhi
    @MananGandhi 3 роки тому

    Bro u r just awesome. Keep making such videos

  • @muhdzimam1792
    @muhdzimam1792 11 місяців тому

    Does the QR code image change when i change/update the data ?

  • @malcox5218
    @malcox5218 3 роки тому

    I love your videos never give up

  • @techzzoid
    @techzzoid 3 роки тому

    Didn't really knew about qr code package in python...
    Btw nice video👍

  • @codeaperture
    @codeaperture 3 роки тому

    Some say that there are some repos on GitHub that people collaborate for technical writing that pay. Any you know please recommend to me. With minimal needs to get started

  • @animemv2941
    @animemv2941 3 роки тому

    Can I ask what algorithm is being use here ? Thank you for answering!

  • @mankalasaipavan3517
    @mankalasaipavan3517 3 роки тому

    What is the url in qr.add_data ?
    If we scan QR will it take me to that url website?

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

    How can we do this without the library?
    Trying to make something that makes unique symbols, and am hoping this'll be a good starting point.

  • @Gamingchampes3551
    @Gamingchampes3551 Місяць тому

    mine says that there is no module named "PIL" what does that mean?

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

    Thanks for the tutorial!

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

    Nice and beautifull video , I try lot of video but your video is very helpfull Good.👌

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

    I have tried to import qrcode but it gave me Error !!

  • @escapefelicity2913
    @escapefelicity2913 3 роки тому

    It might be a REAL GOOD IDEA to post the code

  • @aimeritedonald6689
    @aimeritedonald6689 3 роки тому

    Good video as always... great

  • @kev9617
    @kev9617 4 місяці тому

    when I scan it, it takes me to safari to search it in a browser

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

    "AttributeError: partially initialized module 'qrcode' has no attribute 'make' (most likely due to a circular import)"
    wat

    • @ithesadson
      @ithesadson 3 роки тому

      @@sebastianlewis8564 thx it works

    • @heskan
      @heskan 3 роки тому

      @@sebastianlewis8564 Thank you!

  • @Beauty.and.FashionPhotographer
    @Beauty.and.FashionPhotographer 2 роки тому

    So cool :) - Thanks .... Without knowing how to use Python, are there any Mac Softwares that can be doing this ?... So i don't have to use third party websites ?

  • @B1NT0N
    @B1NT0N 3 роки тому

    Great video again
    Keep doing it

  • @arnavsharma8914
    @arnavsharma8914 3 роки тому

    how do you download the brave browser?

  • @legend_games8593
    @legend_games8593 Рік тому +2

    my colour is not changing

  • @ZaydH
    @ZaydH 3 роки тому

    For me it says:
    "No module named 'Image'"
    do I need to install that?

    • @NeuralNine
      @NeuralNine  3 роки тому

      You probably have to install pillow

    • @ZaydH
      @ZaydH 3 роки тому

      @@NeuralNine Thank you! It works now.

  • @omaral-halabiah2851
    @omaral-halabiah2851 3 роки тому

    useful video thanks for your efforts

  • @mohith9415
    @mohith9415 3 роки тому

    Loved it man thanxx❤️

    • @inx1819
      @inx1819 3 роки тому

      you didn't even finish the video yet hah

    • @mohith9415
      @mohith9415 3 роки тому +1

      @@inx1819 i loved the first method man 😂 any problem

    • @NeuralNine
      @NeuralNine  3 роки тому

      @@mohith9415 hahahaha thank you :D

    • @mohith9415
      @mohith9415 3 роки тому

      @@NeuralNine 😂😂❤️❤️from INDIA man

  • @domsterish
    @domsterish 3 роки тому

    what happens when it says no module named qr code to import

  • @thebry4n547
    @thebry4n547 3 роки тому +1

    Awesome video as always thanks a lot, btw could u make a tutorial to convert videos to mp3, it would be nice... Greetings from El Salvador :D

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

    Can You make video how to create QR reader with save value?

  • @durgaduttkumar9425
    @durgaduttkumar9425 3 роки тому

    Hey I saw you bought newer version of Microsoft Office ?

  • @lxllxl687
    @lxllxl687 3 роки тому

    Great video!
    But why did you delete video about keylogger on python?

  • @elisgilbert9171
    @elisgilbert9171 3 роки тому

    Like your contents. Btw are you albanian?

    • @NeuralNine
      @NeuralNine  3 роки тому

      No I'm not but everyone thinks that. I am Austrian.

  • @awadecoco12
    @awadecoco12 11 місяців тому

    Im getting the error
    ModuleNotFoundError: No module named 'qrcode
    if someone could please help me.

  • @hiteshbhatt833
    @hiteshbhatt833 11 місяців тому

    Where we get source code

  • @bengilbert2780
    @bengilbert2780 3 роки тому

    Why do you need a vector QR code when a QR code is made of pixels
    The only way it would look different is if you mess up the upscaling

    • @Iglum
      @Iglum 3 роки тому +1

      smaller size

    • @bengilbert2780
      @bengilbert2780 3 роки тому

      @@Iglum but (using the QR code in his thumbnail) it's 29x29 pixels (including border) which is 841 pixels which is 6.728kb (using 1000 bytes in kB). That's hardly a large file size.

  • @sorrychangedmyusername3594
    @sorrychangedmyusername3594 3 роки тому

    Does this qr code expire?

  • @encodity
    @encodity 12 днів тому

    Liked ur content

  • @therussianebola6799
    @therussianebola6799 3 роки тому

    Hey! Can you make a tutorial on how to create a programminglang

    • @IEBqp
      @IEBqp 3 роки тому +1

      First learn how to use one.

    • @therussianebola6799
      @therussianebola6799 3 роки тому

      @@IEBqp I’m fluent in python, JavaScript, C++ and C...

  • @mohammed3mar791
    @mohammed3mar791 3 роки тому

    it gives Error module not found 'image'
    'Pil'

  • @Dtomper
    @Dtomper 3 роки тому

    5:06 Orange on black. I see what you did there... xD

    • @Dtomper
      @Dtomper 3 роки тому

      @stkhlqe My dirty mind automatically thought of PH

    • @Dtomper
      @Dtomper 3 роки тому

      @stkhlqe it was a joke man, I said my dirty mind thought of that -_-

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

    good stuff.

  • @deltabytes
    @deltabytes 3 роки тому +1

    Thank you

  • @soobway666
    @soobway666 3 роки тому +1

    Thanks!

  • @sarcasmic8147
    @sarcasmic8147 3 роки тому

    someone tell me intro song

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

    why fuck am ı getting fault

  • @Yguy
    @Yguy 3 роки тому

    You r the best!!

  • @grooot706
    @grooot706 3 роки тому +1

    nice bro

  • @sw-code6027
    @sw-code6027 3 роки тому

    You are awesome 😍😍

  • @pranshusabharwal6738
    @pranshusabharwal6738 3 роки тому

    AMAZING!

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

    This shit ist three lines and I can't get it to work

  • @jaisriram.m9066
    @jaisriram.m9066 2 роки тому

    Super

  • @__3093
    @__3093 3 роки тому

    cool 👍

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

    porfa pasenme el code

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

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

  • @electronicfun9296
    @electronicfun9296 3 роки тому +1

    hey 8 comments

  • @CactusAmigo
    @CactusAmigo 3 роки тому

    NOICE

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

    Thx_.

  • @ziasusrog2082
    @ziasusrog2082 3 роки тому

    Goood

  • @tharun2521
    @tharun2521 3 роки тому +1

    😘

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

    first :)

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

    @EEYSAA

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

    Thank you