YouTube Video Downloader Using Python
Posted in allcategorites gui python projects

YouTube Video Downloader Using Python

This is just a two-line program but to convert it to GUI YouTube Video Downloader is a bit longer still, this program of GUI YouTube…

Continue Reading
Calendar using Python 4 Methods
Posted in allcategorites gui python projects python projects

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…

Continue Reading
Python Tuples
Posted in allcategorites

Python Tuples

Tuples are sequential data types in Python. A Tuple is an immutable data type in Python i.e. once defined it can not be changed. Use round…

Continue Reading
GUI Application To See wifi password in Python
Posted in allcategorites gui python projects

GUI Application To See wifi password in Python

This program is the advanced or you can say GUI version of “See connected wifi passwords using Python“. So if you want to understand the…

Continue Reading
URL Shortener Using Python
Posted in allcategorites python projects

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…

Continue Reading
See wifi password using Cmd
Posted in allcategorites

See wifi password using Cmd

cmd to see wifi password

Continue Reading
Get IP address using Python
Posted in allcategorites python projects

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…

Continue Reading
Tkinter Login GUI with hiding password
Posted in allcategorites gui python projects

Tkinter Login GUI with hiding password

Today we are going to discuss how can we create a simple login application using tkinter in Python in which password values will be hidden…

Continue Reading
Crack Any Password Using Python
Posted in allcategorites python projects

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…

Continue Reading
How to Get WiFi Passwords With Python
Posted in allcategorites python projects

How to Get WiFi Passwords With Python?

Get WiFi Passwords With Python

Continue Reading