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.
- Host: GitHub
- URL: https://github.com/santilapi13/operations_generator
- Owner: santilapi13
- Created: 2023-12-18T20:54:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T04:21:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T14:45:35.873Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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



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