Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T15:10:57.000Z (about 4 years ago)
- Last Synced: 2024-12-31T07:44:22.615Z (8 days 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!