Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 631 Bytes

python-calculator

Simple calculator written in Python

About

Calculator written in Python. Have both CLI and GUI. Supports basic operations: +, -, *, /, ^ (raise to power), and functions: sin cos, tan, asin, acos, atan, sqrt

Install

Require Python 3.5+

To intstall on linux:

git clone https://github.com/rubinduck/python-calculator
cd python-calculator
./install_linux.sh
python src/cli.py #for CLI 
#or
python src/launch_gui.py #for GUI

To install on Windows:

git clone https://github.com/rubinduck/python-calculator
cd python-calculator
./install_windows.bat
#or
python src/launch_gui.py #for GUI