Skip to content

UltiRequiem/flask-calculator

Repository files navigation

Flask WebApp Calc

Mit License Icon Code Style Total Lines CodeQL Repo Size

A simple calculator made with Flask.

image

Demo

Here is a working live demo: https://flask-calculator.ultirequiem.repl.co it runs in Repl.it.

Development setup

  1. Clone the proyect
git clone https://github.com/UltiRequiem/flask-calculator.git ; cd flask-calculator
  1. Create a virtual environment
python3 -m venv env;source env/bin/activate
  1. Install the dependencies
pip install -r requirements.txt

License

This project is licensed under the MIT License.