Hey there everyone, today we see how we can locate joints/point of the human body and estimate its position. We will do this using OpenCV in Python. We will use an image(.jpg) file.... Read More
Hello geek! In this article, we will learn how to set up a connection between the Oracle database and our Python program in a simple way. First of all, we need to have the Oracle d.... Read More
In this tutorial, we are going to learn about creating different message boxes using the Tkinter library. Tkinter module is most commonly used for GUI(Graphical User Interface) in .... Read More
In this tutorial, we will discuss how to use playsound module in Python. By using playsound module we can play sound. This is a cross platform module that can play audio files. Pla.... Read More
In this tutorial, we will learn how to make grouped voilinplot with the help of seaborn library in Python. About VoilinPlot: Before heading towards the implementation of voilinplot.... Read More
In this tutorial, we will discuss how to install pywhatkit in Python. Pywhatkit module contains many features like Send WhatsApp messages Send WhatsApp images Converting an Image t.... Read More
Today, Youtube is the second most popular social media site. People are using it to watch, add, and simply entertain themselves through video content. You must have already tried t.... Read More
Hello folks, in this tutorial we are going to discuss how to delete only empty folders in Python. This is very useful because we can delete multiple empty folders at a time. Librar.... Read More