/Currency-converter

Currency converter simple program that converts currencies based on real-time prices. All the data was taken from the site x-rates.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Currency converter

Currency converter simple program that converts currencies based on real-time prices.
All the data was taken from the site x-rates.
Every use the updated currencies values are saved into data.txt for later use.
So if u don't have the internet at the time, you can still use it.

Install Requirements

pip install -r requirements.txt

Usage

python cur_converter.py

Your input is the amount of money you want to convert, from which currency to which currency.