https://github.com/shreyas-ashtamkar/calculator
Basic calculator application, with gui, built using Python, and with object oriented approach. Built in Processing3 Application.
https://github.com/shreyas-ashtamkar/calculator
calculator gui object-oriented-programming python
Last synced: 10 days ago
JSON representation
Basic calculator application, with gui, built using Python, and with object oriented approach. Built in Processing3 Application.
- Host: GitHub
- URL: https://github.com/shreyas-ashtamkar/calculator
- Owner: Shreyas-Ashtamkar
- Created: 2021-02-28T04:56:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T05:47:08.000Z (over 4 years ago)
- Last Synced: 2025-06-06T16:06:25.843Z (20 days ago)
- Topics: calculator, gui, object-oriented-programming, python
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
A simple Calculator, created in Processing3 in python language. It uses Object oriented programming to draw, and interact, creating seperate code for drawing of buttons to printing on the LCD screen.
---
### Screenshot
---
### Tools
1. Processing3
>[  ](https://processing.org/)
2. Python
>[  ](https://processing.org/)---
### Modules
1. [Components](main/Components.py)
2. [Buttons](main/Buttons.py)
3. [Keypad](main/Keypad.py)
4. [Screen](main/Screen.py/)
5. [Calculator](main/Calculator.py)---
### Documentation / References
| S.No | Name | Link |
|:----:|:-----------------------------|:-----------------------------------|
| 1. | Starting point in Processing | http://hello.processing.org/ |
| 2. | Processing References | https://processing.org/reference/ |
| 3. | Processing for Python | https://py.processing.org/ |