Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 603 Bytes

File metadata and controls

19 lines (17 loc) · 603 Bytes

Project Title

GUI-Calculator

Overview

  • This simple GUI calculator takes input from the user and performs specified Arithmetic operations and display the result.

Built With

  • This is a simple GUI calculator made with Python 3.8(tkinter)

Purpose

  • Through this calculator we can perform simple Arithmetic operations like
    • Addition (+)
    • Subtraction (-)
    • Multiplication (*)
    • Division (/)
    • Mod (%)
    • Exponents (xʸ)

Prerequisites

  • This code will run only on Python3.x
  • You need to have Python 3.x on your PC, you can Download here