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
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
Password Generator GUI Application In Python
Posted in allcategorites game in python gui python projects

Password Generator GUI Application In Python

Google gives you suggestions when you create your new passwords Right? But how about creating your own password generator in python, a GUI application? Sounds…

Continue Reading
Creating User-defined Entry Widgets
Posted in allcategorites gui python projects

Creating User-defined Entry Widgets

In this tutorial, we will see how can we create entry widgets and the number of entry widgets will be defined by the user itself…

Continue Reading
assignment advertisement
Posted in allcategorites gui python projects

GUI Age Calculator

Hello friends, today we will make an age calculator using python’s GUI library tkinter so, let’s start. Python offers a very good GUI library i.e….

Continue Reading
Simple Music Player Using Python
Posted in allcategorites game in python gui python projects pygame tutorial

Simple Music Player Using Python

Hello friends, do you know that there are many ways to make music players from simple to advanced levels? Here, we are presenting you with…

Continue Reading
Adding three matrices
Posted in allcategorites data structures and algorithms

Adding three matrices in Python

In python, it’s very easy to deal with matrices due to its simple syntax and we create matrices using nested lists in python. We simply…

Continue Reading
Auto Login with Python
Posted in allcategorites gui python projects python projects

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…

Continue Reading