Python CLI program to calculate numbers and expressions.
To use this program, first you have to install python in your system. download python from the link below.
https://python.org/
- After the installation, you can clone this repo with the command below.
git clone https://github.com/zenoftech/pythonCal.git/
- Next command
cd pythonCal
- Now run the file cal.py in your git or Windows cmd/powershell
python cal.py
- Linux users, run:
python3 cal.py