Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.32 KB

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.