The carteira virtual project has some scripts and to compile it, run the main.py file.
-
currency.py
script is where all the most important and essential methods of conversion of currencies -
The
exchange.py
is only a python dictionary to convert all the possible currencies used in the project -
The
wallet.py
is a class that I use to create the currency class and use to perform some typical currency operations -
Use the
main.py
to run the project and check for how the GUI was made
A carteira virtual tem alguns scripts e para compilá-lo, basta executar o arquivo main.py
-
currency.py
é onde todos os principais e essenciais métodos são feitos na classe currency(moeda) -
O script
exchange.py
é somente um arquivo de dicionário python para conversão entre moeadas -
O
wallet.py
é a classe onde é utilizado os métodos presentes em currency e existe para criar operações típicas de operações de uma carteira virtual -
Utilize
main.py
para rodar o projeto e onde pode-se conferir todos os elementos de GUI.