Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reshmaharidhas/basic-calculator
Python desktop application 'Calculator' to calculate mathematical expression made with Tkinter
https://github.com/reshmaharidhas/basic-calculator
calculator calculator-app calculator-application calculator-python desktop desktop-application graphical-user-interface gui py pycharm python python-3 python3 software tkinter tkinter- tkinter-app tkinter-application tkinter-gui
Last synced: 5 days ago
JSON representation
Python desktop application 'Calculator' to calculate mathematical expression made with Tkinter
- Host: GitHub
- URL: https://github.com/reshmaharidhas/basic-calculator
- Owner: reshmaharidhas
- License: mit
- Created: 2024-04-09T00:52:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T12:36:40.000Z (6 months ago)
- Last Synced: 2024-10-10T18:43:30.386Z (26 days ago)
- Topics: calculator, calculator-app, calculator-application, calculator-python, desktop, desktop-application, graphical-user-interface, gui, py, pycharm, python, python-3, python3, software, tkinter, tkinter-, tkinter-app, tkinter-application, tkinter-gui
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Basic-Calculator
Python desktop application 'Calculator' to calculate mathematical expressionBuilt using Tkinter
### Programming language 💻
- Python 3### Tech Stack 💻
- Tkinter### Development Tools 💻
- PyCharm
- PyInstaller## Features 🔆
- User friendly interface
- Basic Arithmetic calculations
- Backspace button to undo the last clicked digit or operator button
- Clear button to clear inputs from calculator screen
- Alerts user on checking for unbalanced input expression
- Error handling functionality such as division by 0## Screenshots 💻
![image](https://github.com/reshmaharidhas/Basic-Calculator/assets/37250413/3a63156e-0a00-427e-a4ee-0fdff197d108)![image](https://github.com/reshmaharidhas/Basic-Calculator/assets/37250413/31fcd665-eca3-44eb-8404-357eb654b519)
![image](https://github.com/reshmaharidhas/Basic-Calculator/assets/37250413/b750a583-a5c2-40bf-8866-e9a982a9cd4b)## Bugs and Feedback
For bugs, questions and discussions, please use the GitHub issues## License
This project is licensed under the MIT License