A Python Tkinter App which lets people convert pounds (£) to any of the avaliable currencies as listed below:
-> Euro
-> United States Dollar
-> Australian Dollar
-> Swiss Franc
-> Japanese Yen
-> The user is greeted with the main window which lets the user enter which currency they want to convert to and how much money they want to convert. Below the entry boxes are buttons to convert the currency from pounds to the desired currency and an exit button if the user wants to exit the program
-> If the currency entered is not supported, the user will be informed of this via a messagebox saying 'Unfortunately, this currency is not supported'
-> If the checks are successful then another window will open showing the user how much the converted amount is
git clone (repo)
cd (repo)
python currencyconverter.py
python3 currencyconverter.py
-> Python
-> Tkinter
-> Currencies updated regularly
-> Add more currencies to be supported
-> Make the program more robust