Skip to content

muhammadali91/Python-Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python-Currency-Converter

the how Code for making Python Currency Converter

Exchange rates change every day, so your program would quickly become either obsolete or unmaintainable by having the conversion factor as a constant in the program.

I suggest you to use an API (for example: http://fixer.io/).

You have a supported currencies dictionary, but you don't test if the user input is among the supported ones. This can be done with a while True: loop and then break if the user choice is ok.

I also believe that the user would be bummed for having to digit the currency abbreviation :p...

Taking those considerations in mind and i already uplaod a code

About

the how Code for making Python Currency Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages