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.
- Host: GitHub
- URL: https://github.com/matheusadc/crazy-calculator
- Owner: MatheusADC
- Created: 2025-03-06T20:21:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T18:24:48.000Z (about 1 year ago)
- Last Synced: 2025-03-14T19:29:38.843Z (about 1 year ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
The crazy calculator is a calculator that performs random mathematical operations without the user requesting it.
#
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
```