Skip to content

mmurphy0/Currency-Converter-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Currency Converter

Exchange rates are accurate to the date of the commit

Description

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

Usage

-> 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

Installation

git clone (repo)

cd (repo)

Windows

python currencyconverter.py

MacOS & Linux

python3 currencyconverter.py

Tech Stack

-> Python

-> Tkinter

Future Updates

-> Currencies updated regularly

-> Add more currencies to be supported

-> Make the program more robust

About

A Currency Converter made using Python Tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages