Tobias S. 25.01.2024 - 15.03.2024
Create a Python program including:
- Variables
- Calculation operators
- loops
- arrays
- if-conditions
- input
- Output
Create a structure diagram of at least one function.
Create a readme file.
This is a Python calculator with 2 different modes. A standard calculator and a currency calculator.
- Basic math operations such as addition, subtraction, multiplication and division.
- Rounding results
- Store results temporarily
- Convert a quantity of a source currency into a target currency.
- Live stock prices
- Fill in your own exchangerate-api API Key
- start the program and select the desired option in the main menu
- follow the instructions.
- after completing the calculations, you can close the program by selecting the appropriate options.
- Python 3.x
- requests library (installable with
'pip install requests'
) - An internet connection for the currency calculator
- An exchangerate-api API Key
The structure chart was created and exported on the page dditools.inf.tu-dresden.de.