Skip to content

This repository contains a simple calculator application written in Python using the Tkinter GUI framework. The calculator can perform basic arithmetic operations such as addition, subtraction, multiplication and division. The calculator has a user-friendly interface.

Notifications You must be signed in to change notification settings

mashroofmashru/PyCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyCalc

calculator

This is a simple calculator app built with Python and Tkinter. It can perform basic arithmetic operations such as addition, subtraction, multiplication and division. It also supports decimal numbers and parentheses.

Installation

To run this app, you need to have Python 3 installed on your system. You can download it from https://www.python.org/downloads/. You also need to install Tkinter, which is a standard Python library for creating graphical user interfaces. You can install it using pip:

pip install tkinter

Usage

To launch the app, navigate to the directory where you downloaded or cloned this repository and run the following command:

git clone https://github.com/mashroofmashru/PyCalc.git

You will see a window with a calculator interface. You can use your mouse to enter numbers and operators. You can also use the CA key to clear the display, and the = key to evaluate the expression. The app will show the result or an error message if the expression is invalid.

About

This repository contains a simple calculator application written in Python using the Tkinter GUI framework. The calculator can perform basic arithmetic operations such as addition, subtraction, multiplication and division. The calculator has a user-friendly interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages