UltiRequiem / flask-calculator

:snake: A simple calculator using Flask.

Home Page:https://flask-calculator.ultirequiem.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:snake: A simple calculator using Flask.

https://flask-calculator.ultirequiem.repl.co

License:MIT License


Languages

Language:Python 50.8%Language:HTML 37.6%Language:CSS 8.3%Language:Dockerfile 3.3%