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"
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.
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
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
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.
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
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"
I will try this using Kivy🎉
@@aliemre4703 no bro 🤣, busy with work bro.
@@aliemre4703 that's cool bro 🔥
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!
Try use eel it's good for guis😊
@Alt-Account it's used to make guis in python using html and css
Yo I gotta ask...
What if I wanna name each file differently? And simultaneously the file extension is default
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.
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
AttributeError: 'str' object has no attribute 'write'
img.save("my.png")
Still get this error.
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
def load_image(self):
options = QFileDialog.Options()
filename, _ = QFileDialog.getOpenFileName(
self, "Open FIle", "", "All Files (*)", options=options
)
make sure you code
Where is the GitHub link for this?
ขอบคุณมากครับ
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.
theme name?
WOW da fuck that look like amazing!
Nice
I just successfully cracked my soft soft and its ti to make so sNice tutorialt cus i am broke
Thx_. Nice.
you are moving with too fast , just share us the code in link
ua-cam.com/video/ghJSCysFbNs/v-deo.html
ua-cam.com/video/UReZyaKQBF4/v-deo.html
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