Python hacks

Retrieve text from images using python and tesseract-OCR.

Introduction Imagine the case of extracting textual information from various sources for your current project you are working on, what are the differ…

Indeed jobs scraping with python, bs4, selenium, and pandas

Introduction This article presents the steps of a quick tutorial on how to scrape jobs from Indeed. Using python, bs4, selenium, and pandas, we'l…

Scrape the best selling products on Amazon using python and Beautiful Soup.

In this article, we're going to learn how to scrape Amazon bestselling product details using python, requests, and Beautiful Soup. Before diving …

Wikipedia Search App using Python and Tkinter.

In this small article, we will see how to create a simple Wikipedia search application using python and Tkinter. If you are not sure about Tkinter, i…

Create a list of your followers & un-followers on Instagram using python.

How can we get the names of all our followers on Instagram? Simply just log in to your account and check the followers on Instagram itself. But it is…

Making a WhatsApp spammer with python under 10 lines of code.

Do you ever think of spamming your friends on WhatsApp by sending messages frequently to any group or a particular person?. If you do, then here, let…