Exchange Rate Analysis USD to IDR

This project analyzes currency exchange rates over a specific period using collected data

Featured image

Average Exchange Rate

This project analyzes currency exchange rates in a certain period using collected data. Following are the details and steps to run this application.

Table of Contents

Introduction

This project aims to analyze currency exchange rate data and display the results of the analysis through a web application built using Flask.

Feature

System Requirements

Installation

  1. Clone this repository:
     git clone https://github.com/senddimasadit/Webscraping-Exchange-Rate.git
     cd repo-name
    
  2. Create a virtual environment and activate it:
     python -m venv env
     source env/bin/activate # On Windows, use `env\Scripts\activate`
    
  3. Install the required dependencies:
     pip install -r requirements.txt
    

Running Application

  1. Make sure you are in the project directory.
  2. Run the application with the command:
     python app.py
    
  3. Open your browser and access http://127.0.0.1:5000 to view the application.