Skip to content

This repository is a collection of three simple GUI applications built using Python's Tkinter library. Each project is a standalone script that demonstrates fundamental concepts of GUI development, including widgets, event handling, and basic application logic.

Notifications You must be signed in to change notification settings

hasherrazvi78/Python-Tkinter-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💻 Python GUI Projects A Collection of Desktop Applications Welcome to this repository! This collection features three simple yet complete desktop applications built with Python and the Tkinter library. Each project is designed to be a great starting point for anyone interested in GUI development, showcasing core concepts in a clear and practical way. 🚀 Projects Included Project Description Key Features Simple Calculator A classic calculator with a modern, clean look. Basic arithmetic, sleek design, and robust error handling. Contact Management System A comprehensive contact book for managing your contacts. Add, view, search, update, and delete contacts with ease. Rock-Paper-Scissors Game An interactive game to play against the computer. Real-time score tracking, engaging animations, and interactive gameplay.

📋 Getting Started To run any of these projects, all you need is a standard Python installation, which comes with the Tkinter library included. Clone the Repository git clone https://github.com/your-username/Python-Tkinter-Projects.git cd Python-Tkinter-Projects

Run a Project Open your terminal or command prompt, navigate to the project directory, and execute the Python script. python "Simple Calculator.py"

Enjoy exploring the code and building your own applications!

About

This repository is a collection of three simple GUI applications built using Python's Tkinter library. Each project is a standalone script that demonstrates fundamental concepts of GUI development, including widgets, event handling, and basic application logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages