Skip to content

Sia714/currency-converter-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Currency Converter (Mini Project)

In this python program, you can convert a currency to another. You have to enter the amount to be converted and also the initial and final currencies. Then, if your inputs are valid then the program will display the converted amount.

If the inputs are invalid, then it will display message to correct user.

The currencies included in this program are as follows:
• GBP - United Kingdom Pound • CAD - Canada Dollar • CNY - China Yuan Renminbi • USD - United States Dollar • RUB - Russia Ruble • INR - India Rupee

It has Text-User-Interface (TUI) and includes functions defined with 3 arguments and a return value for every if-elif-else case.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%