Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 926 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 926 Bytes

Coding HSG - Currency Converter

Authors: Joakim Brunstrøm, Sebastian Hoaas, Nick Albin Elliot Hellström, Douglas Falk

Description

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.

Installation

The Currency Converter is developed to run on Windows OS. Python 3.10 must be installed

  1. Download the zipped file
  2. Unzip the file at your desired location
  3. Run CurrencyConverter.py

Make sure your terminal has the following Python libraries installed:

  • Pandas
  • Requests
  • Os

Other

refer to Documentation Paper.pdf for further information