Simple calculator written in Python
Calculator written in Python. Have both CLI and GUI. Supports basic operations: +, -, *, /, ^ (raise to power), and functions: sin cos, tan, asin, acos, atan, sqrt
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