Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 602 Bytes

Currency converter

Currency converter simple program that converts currencies based on real-time prices.
All the data was taken from the site x-rates and belong to them as well.
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.