An open API service indexing awesome lists of open source software.

https://github.com/ultirequiem/flask-calculator

:snake: A simple calculator using Flask.
https://github.com/ultirequiem/flask-calculator

flask-application flask-calc python python-calculator python-webapp

Last synced: 19 days ago
JSON representation

:snake: A simple calculator using Flask.

Awesome Lists containing this project

README

        

# Flask WebApp Calc

[![Mit License Icon](https://black.readthedocs.io/en/stable/_static/license.svg)](https://github.com/UltiRequiem/flask-calculator/blob/main/LICENSE)
[![Code Style](https://img.shields.io/badge/Code%20Style-black-000000.svg)](https://github.com/psf/black)
[![Total Lines](https://img.shields.io/tokei/lines/github.com/UltiRequiem/flask-calculator?color=blue&label=Total%20Lines)](https://github.com/UltiRequiem/flask-calculator)
![CodeQL](https://github.com/UltiRequiem/flask-calculator/workflows/CodeQL/badge.svg)
![Repo Size](https://img.shields.io/github/repo-size/ultirequiem/flask-calculator?style=flat-square&label=Repo)

A simple calculator made with Flask.

[![image](https://user-images.githubusercontent.com/71897736/113590421-794cea80-95e7-11eb-8184-9aedad42131b.png)](https://flask-calculator.ultirequiem.repl.co)

## Demo

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

## Development setup

1. Clone the proyect

```bash
git clone https://github.com/UltiRequiem/flask-calculator.git ; cd flask-calculator
```

2. Create a virtual environment

```bash
python3 -m venv env;source env/bin/activate
```

3. Install the dependencies

```bash
pip install -r requirements.txt
```

## License

This project is licensed under the [MIT](./LICENSE) License.