https://github.com/2kabhishek/pycalc
Simulate a calculator with OOP 🎲🧮
https://github.com/2kabhishek/pycalc
basics learning oop python
Last synced: 9 days ago
JSON representation
Simulate a calculator with OOP 🎲🧮
- Host: GitHub
- URL: https://github.com/2kabhishek/pycalc
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-04-25T16:00:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:38:27.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:48:16.096Z (over 1 year ago)
- Topics: basics, learning, oop, python
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
Uses OOP and `python` to simulate features of a calculator.
## Inspiration
Created for teaching OOP in python.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `python`
## Getting pycalc
To run pycalc, follow these steps:
```bash
git clone https://github.com/2kabhishek/pycalc
cd pycalc
python src/calculator_test.py
```
## How it was built
pycalc was built using `neovim` and `python`
Hit the ⭐ button if you found this useful.
## More Info