An open API service indexing awesome lists of open source software.

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.

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
![Project Screenshot](Screenshot.png)

---

### Tools

1. Processing3

>[ ![Processing Logo](https://processing.org/favicon) ](https://processing.org/)
2. Python

>[ ![Python Logo](https://www.python.org/static/favicon.ico) ](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/ |