Python for Engineers

Solve Problems by Coding Solutions - A Complete solution for python programming

Blog Pages

▼

controlling brightness by hand detection

›
import cv2 import mediapipe as mp from math import hypot import screen_brightness_control as sbc import numpy as np mpHands = mp.solutions.h...

Youtube video downloader

›
import tkinter as tk from tkinter import * from pytube import YouTube from tkinter import messagebox, filedialog def Widgets(): head_label...

Counting Fingers

›
import cv2 import mediapipe as mp cap = cv2.VideoCapture(0) mp_Hands = mp.solutions.hands hands = mp_Hands.Hands() mpdraw = mp.solutions.dra...

sudoku

›
board=[     [2,3,0,0,7,0,0,0,0],     [6,0,0,1,9,5,0,0,0],     [0,9,8,0,0,0,0,6,0],     [8,0,0,0,6,0,0,0,3],     [4,0,0,8,0,3,0,0,1],     [5,...

snowman

›
import turtle turtle.speed(2) turtle.setup(800, 700) turtle.bgcolor("black") turtle.penup() turtle.goto(0, -320) turtle.pendown() ...
‹
›
Home
View web version
Powered by Blogger.