Skip to content

ArjunRAj77/UI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

UI-Calculator


A simple GUI Calculator made with python.

image

Instructions

  • Download the calculator.py
  • Run the python file. python calculator.py

Code Flow

We want to create a simple calculator with 16 buttons across 4 rows.

Here we will be mainly utilising the `Tkinter` library by Python , which can be used to create GUI based interactions.

The GUI should of the following structure :

image

  • Define the buttons and its actions
  • Design the UI with the Tkinter library
  • Connect the UI with the button actions

References

About

A simple GUI Calculator made with python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages