Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranitej/calculator-gui
This is an calculator which build in GUI for ease of access using python
https://github.com/pranitej/calculator-gui
bodmas-calculator calculator gui maths pip python python3 tkinter
Last synced: 14 days ago
JSON representation
This is an calculator which build in GUI for ease of access using python
- Host: GitHub
- URL: https://github.com/pranitej/calculator-gui
- Owner: Pranitej
- Created: 2024-02-09T10:11:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T10:15:20.000Z (11 months ago)
- Last Synced: 2024-05-29T05:07:07.305Z (7 months ago)
- Topics: bodmas-calculator, calculator, gui, maths, pip, python, python3, tkinter
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Tkinter Calculator
## Description
This is a simple calculator application implemented in Python using the Tkinter library for the graphical user interface. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, exponent and division, using BODMAS rule providing users with a user-friendly interface for performing accurate calculations.
## Features
- Graphical User Interface (GUI) built with Tkinter.
- Support for basic arithmetic operations.
- Clear button to reset the input and result.
- Responsive design for seamless user interaction.
- Simple and intuitive user experience.## Requirements
- Python 3.x
- Tkinter (included in standard Python library)