Skip to content

rubinduck/python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple calculator written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages