Authors: Joakim Brunstrøm, Sebastian Hoaas, Nick Albin Elliot Hellström, Douglas Falk
The goal of this project was to create a program that displays the exchange rate between currencies, performs currency conversions, enables the user to check historical data and if currencies have appreciated or depreciated over a given period, and that gives the user an opportunity to search for currency codes. To summarize, the program is intended to be an all-in-one solution for currency conversions.
The Currency Converter is developed to run on Windows OS. Python 3.10 must be installed
- Download the zipped file
- Unzip the file at your desired location
- Run
CurrencyConverter.py
Make sure your terminal has the following Python libraries installed:
- Pandas
- Requests
- Os
refer to Documentation Paper.pdf
for further information