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

https://github.com/santilapi13/operations_generator

This is a simple app made in Python to practice operations made to give change in case you work in customer service.
https://github.com/santilapi13/operations_generator

python

Last synced: about 1 year ago
JSON representation

This is a simple app made in Python to practice operations made to give change in case you work in customer service.

Awesome Lists containing this project

README

          

# Operations generator for customer service
This is a simple app made in Python to practice operations made to give change in case you work in customer service.
Features:
- **Generate a problem**. Problems consist in a value to charge and the amount of each bill received.
- **Change selection**. It consists in buttons to add or substract bills of each type and finally check the solution.

Products and prices loaded in the files were taken from https://tienda.havanna.com.ar/productos/
# Preview
![Captura](https://github.com/user-attachments/assets/96ac1a89-cbbd-47df-b665-84d11b5f613a)
![Captura2](https://github.com/user-attachments/assets/1898b125-894f-4a4a-8b16-a83d852154f6)
![Captura3](https://github.com/user-attachments/assets/1b70d6bf-4288-4399-bc8e-abe6aaf244e3)

# Configuration
## Installation
```
pip install -r requirements.txt
```
## How to run
```
python app.py
```