Generate QR Code using python #shorts #coding #programming

preview_player
Показать описание


If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)

Follow Us:

#shorts #coding #programming

DISCLOSURE: This video and description might contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support! [Intro Song Credit]
Valence - Infinite [NCS Release]
Рекомендации по теме
Комментарии
Автор

Why import the whole module then import a specific part of it ? Do one or the other.

matthewbarbosa
Автор

Don't you need the module that you defined in the program?

realadityaparida
Автор

The uploader does not state that this is using the pyqrcode module so you'll need that for this to work.

YeahNoTellTheTruth
Автор

From which website ur running like this?

lokanadham
Автор

Bro I need a coding class on YouTube and I am 10 year old and I learned coreldraw tally erp9 ect

crazytejas
Автор

not work for me say ModuleNotFoundError: No module named 'pyqrcode'

itziklugassy
Автор

Anyone with a developer job offer in the US ? I can work remotely for a salary less than 40K a year

hart
Автор

this is easir way to do it:

import qrcode

img = qrcode.make("paste the link here")
img.save('saved.png')
img.show('saved.png')

SOme_rAnDOm_GuY