Search Results for: gui
Download 1000+ Projects, All B.Tech & Programming Notes, Job, Resume & Interview Guide, and More – Get Your Ultimate Programming Bundle!
Introduction Hello friends and welcome again today, I will give you something that will help you throughout your programming journey, no matter whether you are…
Guidelines for Project Collaboration Process
Hi, Thanks for contacting Please send complete details about your project. Whatever features/requirements you want in your project/application/software, please write now, changes/updates later will/may not…
Guide to Proxy Servers: How They Work and Why You Need Them?
What is a web proxy? During our college days, we often heard the term “proxy” which referred to the act of someone else marking our…
GUI Piano in Python
Hello folks! Today we are back with one another article on GUI Piano in Python. We all have played with piano once in our life….
GUI Number Guessing Game in Java
In this article, we will create a simple Number Guessing Game in Java. This game is simple yet helpful in setting the foundation for logic…
Swing GUI Calculator in Java
Hello everyone 👋 In this article, we will create a simple Swing GUI Calculator in Java having basic functionalities, but once you are familiar with…
GUI Tic Tac Toe game in Java
Today we are going to build a small but cool project together which is a GUI Tic Tac Toe game in Java. This game is…
GUI To-Do List App in Python Tkinter
Introduction Hello friends, today we will create GUI To-Do List App in Python Tkinter. Python tkinter is a standard Python interface to the Tk GUI…
GUI Chat Application in Python Tkinter
Introduction The process of conversing, engaging, and/or exchanging messages through the Internet is referred to as chatting. It involves two or more people communicating via…
Tkinter GUI Calendar in Python
In this article, we are going to build a GUI Calendar in Python. This project helps to get you familiar with Python and Tkinter. Let’s…
Python Alarm Clock | Tkinter GUI App
Introduction In this tutorial, we’ll build a Python Alarm Clock that can be used for everything from waking you up in the morning to notifying…
Draw Penguin using Python Turtle
Introduction Hello my dear Friends, hope all of you are fine. Today we have come up with a simple and easy program of python turtle…
Turtle Race Python Project: Complete Guide
In this tutorial, we will be learning how to create a game where three turtles will randomly race each other. We will be using the…
The Beginner’s Guide to Python Turtle
This python turtle tutorial will help you understand every basic topic. There are many things you can do with Python and Design and Graphics is…
Numpy For Machine Learning: A Complete Guide
Up until now you’ve learned about the general idea of what ML does, set up your environment, and got to know about the working of…
Jupyter Notebook: The Ultimate Guide
Introduction to Jupyter Notebook Whenever one starts programming the first aim of that person is to find an IDE that suits his/her needs. In ML…
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…
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…
GUI Calculator Using Tkinter In Python
Simple GUI Calculator Using Tkinter In Python
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…