Category: python projects
Get COVID Information Using Python
Python community has made a library to Get COVID Information Using Python Library is”covid” and it’s so simple to use. You can download it using…
URL Opening Application Using Python
Python provides a module “webbrowser” to open any url. To open any URL using this module, we need to type the URL inside function after…
Download YouTube Video Using Python
This is just a two-line youtube video downloader python program but to explain it in a better way we have used the comments. If you…
Calendar using Python
In this post, we will see how to create a calendar using Python. We will learn 4 different methods to create calendar using Python. For…
URL Shortener Using Python
Python makes it easy to do anything in IT field. Today we will use Python to short any URL. We will be using “pyshorteners” module…
Get IP address using Python
An IP address is a label that is used to identify one or more devices on a computer network, such as the internet. And today…
Crack Any Password Using Python
Today we will see a basic program that is basically a hint to brute force attack to crack passwords. In other words, we will make…
Simple Text To Speech In Python
Python offers a very good library to convert any text to speech. The library is known by the name “pyttsx3” and this is super easy…
Auto Login with Python
So today we will learn how to auto login in a tab using Python. So, let’s first see the code, and then we will understand…