/exchange-rates

Python script that extracts exchange rates from CBR XML markups.

Primary LanguagePython

Exchange Rates (MyTona Test Task)

Python script that extracts exchange rates from CBR XML markups.

Usage

Create a virtual environment:

python -m venv env

Activate the created virtual environment:

source env/bin/activate

Install requirements:

pip install -r requirements.txt

Run the script:

python run.py

See the ouput in the created CSV file.