https://github.com/andrewn6/calculator
Simple calculator for beginners learning python (this is also built with classes/objects)
https://github.com/andrewn6/calculator
Last synced: about 1 month ago
JSON representation
Simple calculator for beginners learning python (this is also built with classes/objects)
- Host: GitHub
- URL: https://github.com/andrewn6/calculator
- Owner: andrewn6
- Created: 2020-11-21T15:05:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T15:10:57.000Z (over 5 years ago)
- Last Synced: 2025-02-21T09:13:31.212Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
Simple calculator app for begginers that has been written in python OOP
### How to run
Clone code
`
git clone https://github.com/andrewnijmeh/calculator.git
`
Change directory
`
cd calculator
`
Run script
`
python3 calculator.py
`
### Thank you!