Python Mini and Major Projects with source code
Rock Paper Scissor Game using Python with Source Code Introduction: Python is a high-level programming language and it is used to developgames as well. In this, we have created a command-line Rock Paper Scissorsgame. According to the rules, the user gets the chance to pick the optionfirst, and then the computer’s choice will be generated […]
Drawing Patterns Using Python Turtle with Source Code Introduction: In this article, we will see how to draw patterns using Python turtle graphics. python has a turtle module. turtle is a popular way for introducing programming to kids. About Turtle: Turtle graphics is a popular way for introducing programming to kids. It was part of […]
Convert Image Into Sketch using Python In This Article, we’ll learn how to convert an image into a pencil sketch using python and CV2. CV2 is a python Module for OpenCV python. OpenCV has a function to read video, which is cv2. VideoCapture() also we can access the webcam using the CV2. In this Tutorial […]
Send WhatsApp Messages Using Python with Source Code Want to automatically send WhatsApp messages using Python? The pyautogui library makes it easy! you can Automatically message your friends using Python and the pyautogui library. What is pyautogui ? The pyautogui library is a powerful tool for automating mouse and keyboard interactions with other applications. Using […]
Find Wi-fi Passwords using Python with Source Code Introduction : This article will show you how you can find wifi passwords using python. if you forget your wifi password so this python script can find your wifi password. To find the already connected wifi passwords we need to execute two commands on the terminal so […]