Skip to content

The graphical user interface (GUI) is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based user interfaces, typed command labels or text navigation.

License

Notifications You must be signed in to change notification settings

Swati-90/Python-GUI_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-GUI_Projects

About Repository

This repository contains python based mini GUI project built using Tkinter and Turtle. The graphical user interface (GUI) is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based user interfaces, typed command labels or text navigation.

Tkinter Programming

Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkitThis calculator replicates the operations of the simple calculator and additionally, it helps you to calculate the mod, factorial exponential, and square of the given value

Turtle Programming

"Turtle" is a Python feature like a drawing board, which lets us command a turtle to draw all over it! We can use functions like turtle.forward(…) and turtle.right(…) which can move the turtle around.

Projects

1. Age Calculator: This is simple age calculator which will return you age in the format of "xx year xx months xx days"

Image

2. Calculator: These are the calculator built using Tkinter in Python. This folder contains two different calculator codes.

  • Simple Calulator: This calculator replicates the operations of addition, minus, multiplication and division.

  • Advanced Calulator: This calculator replicates the operations of the simple calculator and additionally, it helps you to calculate the mod, factorial exponential, and square of the given value.

3. Digital Clock: This is a display digital clock that will show time as per the system.

4. Tip Calcuator: This is a tip calculator gui in which you can calculate the % of tip(0% to 30%) you want to offer to the waiter and return result will be the summision amount of bill and tip amount calculate basis the bill.

4. Indian Flag: The national flag of India is a horizontal tricolour of deep saffron at the top, white in the middle and dark green at the bottom. A navy blue wheel representing the chakra is present right in the middle of the white band. The saffron colour indicates the strength and courage of the country.

About

The graphical user interface (GUI) is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based user interfaces, typed command labels or text navigation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published