Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.79 KB

File metadata and controls

38 lines (26 loc) · 1.79 KB

Simple Flask Calculator using Eval in Python

Simple Calculator App using the eval function in Python. Deployed on the server using Flask.

Watch the live demo of the app here at khanfarhan10.pythonanywhere.com/ !

Code for the app is available at at github.com/khanfarhan10/SimpleCalcEvalPython !

Usage

Simple Expressions

Simple Expression Simple Expression

Complicated Expressions

Complicated Expression

Tutorials

Some great tutorials that I learnt coding for this app are :

Note: If the live demo doesn't work anymore, or you need help on the topic feel free to reach out at njrfarhandasilva10@gmail.com.

Run locally

On Windows, open cmd:

  • cd C:\Users\farha\Documents\GitHub\SimpleCalcEvalPython
  • set FLASK_APP=app.py
  • flask run

OR

  • cd C:\Users\farha\Documents\GitHub\SimpleCalcEvalPython
  • python app.py