Skip to content

This repository features mini projects built with Python's Tkinter library, including a Calculator, Login, and Sliding Wallpaper app, showcasing GUI design, event handling, and image integration using PIL.

License

Notifications You must be signed in to change notification settings

Khushi130404/Python_Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_Tkinter

This repository contains a collection of mini projects created using the Python Tkinter library for building graphical user interfaces (GUIs). The projects demonstrate the use of Tkinter widgets, layouts, event handling, and the integration of images using the PIL (Python Imaging Library) module.

Projects Included

1. Login Form (Flipkart-Themed)

A simple GUI login form that mimics the look and feel of a Flipkart login page. The form includes input fields for username and password, along with a login button.

Features:

  • Entry widgets for username and password

  • Button widget for submitting the form

  • Basic validation checks

2. Calculator

A functional calculator GUI that performs basic arithmetic operations. The calculator has a user-friendly interface with buttons for numbers and operations like addition, subtraction, multiplication, and division.

Features:

  • Button widgets for digits and operators

  • Entry widget for displaying the result

  • Functionality to handle clear and backspace operations

3. Sliding Wallpaper

A visually appealing GUI application that showcases a sliding wallpaper effect. The wallpaper images change dynamically to create a smooth sliding animation.

Features:

  • Use of ImageTk and Image from the PIL module

  • Dynamic image loading

  • Smooth animation effect

Dependencies:

  • Python 3.x

  • Tkinter (comes pre-installed with Python)

  • PIL (Python Imaging Library)

About

This repository features mini projects built with Python's Tkinter library, including a Calculator, Login, and Sliding Wallpaper app, showcasing GUI design, event handling, and image integration using PIL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published