Skip to main content

5 Unique and Useful Python modules.

Motive           There are different types of modules in python which not everyone knows so we thought of introducing them to you guys. Let's start! Note: This is not a tutorial of how to use these but is to show that these modules also exist and if you want to know more you can visit there own page and if you want us to explain leave a comment below. Links to there page are also given below. Hope you found something useful. 1.Wikipedia          Yes, there is a module called Wikipedia in python, you can easily install Wikipedia by pip install wikipedia . We cannot rely on this module for advanced use. It was designed for ease of use and simplicity.  Learn More Here .  Here is a simple example: import wikipedia wikiPython = wikipedia.summary("Python", sentences=2) print(wikiPython)           One big disadvantage is that it works only if the interne...

Python QR Code Decoder | QR Code to text

Motive 

        In our last blog, we created a QR code generated with python so why not a decoder to decode the QRcode without scanning it. 

Project

         Before starting to make a project lets install the necessary modules for this project, pyxbar and pillow.
Motive 

        In our last blog, we created a QR code generated with python so why not a decoder to decode the QRcode without scanning it. 

Project

         Before starting to make a project lets install the necessary modules for this project, pyxbar and pillow.


        Open your cmd and type those codes separately to install pyzbar and pillow and you can learn more about pyzbar here and pillow here.

Let's start by importing the necessary modules for our project:


        Now we will create a variable called decode and the take the image of the QR code with the help of pillow and then decode it with pyzbar:


This is the QRcode that we are going to use and it is in the same directory and is called Python.png:













Now that we have decided the image lets try printing it:


By running the code we get this:


But we only the text. So let's find it's location. Here, it in data as binary code. Now let's create another variable called text and the take the first item in that list and then navigating to data:

 

Now let's try printing text:


But it's in the binary string:

So let's convert it into text like this:

Then let's try printing text:

Now we got what we wanted:

Full Code


If you haven't set our Text to QR Code blog you can't check it here -https://timesofpython.blogspot.com/2020/06/python-qr-code-generator.html

     If you have any doubts or errors in the program feel free to comment down below and I will respond as early as possible. And if I have made any mistake please correct me in the comment box below. Don't forget to follow us for such python related content.

Comments

  1. Thanks for giving such information, I read many blogs but did not get such information. I have also written something about Python, must read it onceHIre Python Developers From India

    ReplyDelete
  2. https://timesofpython.blogspot.com/2020/06/python-qr-code-decoder-qr-code-to-text.html?sc=1653473924467#c4688217248927585662

    ReplyDelete
  3. This information about node will be very useful to me, thank you for giving such informationTop Development company in India

    ReplyDelete
  4. Thanks for giving such information but in my list also India's best development company Dedicated Laravel Expert in India

    ReplyDelete
  5. Thanks for giving such information but in my list also India's best development company Top Development company in India

    ReplyDelete
  6. I have read many articles and read many blogs, but such information is available to be read somewhere, thanks and I have also written something, must read it once.Hire Python Developer

    ReplyDelete
  7. I have read many articles and read many blogs, but such information is available to be read somewhere, thanks and I have also written something, must read it once. HIre Python Developers From India

    ReplyDelete
  8. Thanks, it has become very easy for me now for giving such great information.Hire best python developer from India

    ReplyDelete
  9. Thanks, it has become very easy for me now for giving such great information. Hire top python developer in India

    ReplyDelete
  10. Good, very nice for providing such information. According to your information, I understood a lot about Python Developer. Hire the best Python developers in India

    ReplyDelete
  11. Your way of writing and telling is very good, I hope you also read what I have written about Python Developer Hire the top python developers India

    ReplyDelete
  12. Your way of writing and telling is perfect, I hope you also read what I have written about Python Developer Hire the top python developers India

    ReplyDelete
  13. Your way of writing and telling is perfect, I hope you also read what I have written about Python Developer Hire the best Python developers in India

    ReplyDelete
  14. Your way of writing and telling is perfect, I hope you also read what I have written about Python Developer Hire the best Python developers India

    ReplyDelete
  15. Thanks for giving such awesome information about Hire Node developers from India

    ReplyDelete

Post a Comment