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

https://github.com/matheusadc/crazy-calculator

The crazy calculator is a calculator that performs random mathematical operations without the user requesting it.
https://github.com/matheusadc/crazy-calculator

flask python

Last synced: 17 days ago
JSON representation

The crazy calculator is a calculator that performs random mathematical operations without the user requesting it.

Awesome Lists containing this project

README

          

# description icon Description
The crazy calculator is a calculator that performs random mathematical operations without the user requesting it.

# terminal icon Commands
### Flask installation
```
pip install Flask==3.0.1
```

### Pytest installation
```
pip install pytest==8.0.0
```

### Run unit tests
```
pytest -s -v
```
### Numpy Installation
```
pip install numpy==1.26.4
```