MusTechies / PythonCalculator

Simple calculation
MIT License
0 stars 2 forks source link

Python Calculator

A Simple calculator built with python

How run it locally

  1. Clone the repository to your local machine using git clone link

  2. pip install flask

  3. Visit http://localhost:5000/ and boom it's running;