Skip to content

Latest commit

 

History

History
 
 

Simple Calculator (Flask)

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple Calculator using Flask

A simple calculator with 2 input fields and some options to perform different operations on them.

Technologies used:

  • HTML
  • CSS
  • Python
  • Flask

How to use:

  1. Fork and clone this project.
  2. In your command prompt, navigate to Web-dev-mini-projects/Simple Calculator (Flask).
  3. Run this app using the command python app.py.
  4. Now, navigate to http://127.0.0.1:5000/ in your web browser to use the calculator.

Screenshot