Skip to content

khanfarhan10/SimpleCalcEvalPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors