Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 664 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 664 Bytes

pythonCal

Python CLI program to calculate numbers and expressions.

image

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

Voila :)