/currency-conversion-conversor_moeda.py

Conversor de moedas com PYTHON utilizando a biblioteca forex_python

Primary LanguagePython

conversor de moedas / currency conversion - python

the general idea of this mini projector is to test logic, and import libraries.

the converter should:


- receive an initial value that will be entered
- the starting currency is chosen
- exchange currency is chosen
- the conversion amount should be displayed on the screen with theamount rounded to 2 decimal places
- the user must be able to continue making as many conversions as he wants.

the program must allow :


● That a starting currency be chosen (where USD and BRL should be part of default choices) and that the user can also enter the 3 initials so that currencies other than USD or BRL are used.
● That an exchange currency is chosen (where USD and BRL must be part of choices standards) and that the user can also enter the 3 initials so that currencies other than USD or BRL are used.
● The result of the conversion is displayed on the screen(terminal).

technology and libraries used:

python and forex_python was used

prerequisite:

python 3.8

###running on the terminal :


1-


2-


3-


4-