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.
- Host: GitHub
- URL: https://github.com/ultirequiem/flask-calculator
- Owner: UltiRequiem
- License: mit
- Created: 2021-04-05T01:40:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T15:45:38.000Z (about 2 months ago)
- Last Synced: 2025-04-06T23:14:29.040Z (22 days ago)
- Topics: flask-application, flask-calc, python, python-calculator, python-webapp
- Language: Python
- Homepage: https://flask-calculator.ultirequiem.repl.co
- Size: 23.4 KB
- Stars: 10
- Watchers: 2
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask WebApp Calc
[](https://github.com/UltiRequiem/flask-calculator/blob/main/LICENSE)
[](https://github.com/psf/black)
[](https://github.com/UltiRequiem/flask-calculator)

A simple calculator made with Flask.
[](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.