Posts by Harsh Parmar
Author Biographical Info: Not available
In this tutorial, you will learn how to detect mouse clicks in Python. This program will exactly print the location and the button name which is clicked. We have to install pynput .... Read More
In this tutorial, we will learn about how we can find paths from corner cell to middle cell in a square maze in Python. So first we need to understand which type of maze input we a.... Read More
In this Python tutorial, we will learn how to check and change the states of the button in Tkinter. For this, we first need to install Tkinter into our python environment. We will .... Read More
Welcome to another simple programming tutorial in Python. This tutorial is going to be very useful for those who are at the beginner level in Python. We will learn how can we print.... Read More
In this tutorial, we will learn how to detect multiple vehicles in the same frame. We will use the OpenCV Python library to perform this task. Install Python OpenCV library on your.... Read More
In this tutorial, we will learn how to detect a smile in the face using Python OpenCV library. To achieve this we are using a trained model for smile and face. You can find both th.... Read More
Welcome to the another very useful python tutorial. In this tutorial, we will learn how we can get live updates for the COVID-19 situation in India. This code will give the live da.... Read More
In this tutorial, you will learn how to detect the speed of a car using Python OpenCV library and some basic mathematical calculations. In the area of traffic management, checking .... Read More