Subham DasJan 11, 20211 min readPython Project Three: Simple Facial Detection with OpenCVOpenCV is the most popular library for computer vision. Originally written in C/C++, it now provides bindings for Python. OpenCV uses...
Subham DasSep 30, 20191 min readHow to embed the PyPlot graphs inside the Tkinter frame? This program will help you to insert any PyPlot graphs inside Tkinter window. First we are creating a figure using matplotlib library....
Subham DasSep 30, 20191 min readHow to hide your Password at the time typing in Python Scripts inside Tkinter?Here I have explained how we can hide our password inside the Entry widget in Tkinter library. We need to call one parameter name "show"...
Subham DasSep 20, 20192 min readLogin System with Python GUI and MySQLThis coding is with GUI interaction in Python unlike the last code. Here we are working with a login system where all the data is...