Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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!