Skip to content

TalShafir/CurrencyConverter

Repository files navigation

CurrencyExchanger

Python application

A simple tool to convert currencies powered by CurrencyConverterAPI

Config

Need to edit the currency_converter.config and add a generated API_KEY from CurrencyConverterAPI.

Usage

python -m pip install -r requirements.txt
python currency_converter.py -f /path/to/file

The file should be in the following format:

SRC_CURRENCY
TARGET_CURRENCY
value-1
...
value-N

For example:

USD
EUR
12
50
120
400

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages