drxjason / currency-exchange

Currency exchanger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Converter

Note: This is a practice project

⚠️You will need an api key from ExchangeRate-API⚠️

This program is unfinished, there may be bugs, here are features that are planned for this:

  • Universal Conversion (USD, EUR, MXN, AUD)
  • GUI Mode
  • API Key Checker

AFAIK

Usage

$ ./main.py --currency USD 1 --exchange MXN <- Mexican Peso
1 USD -> 20.40 MXN <- can change
$ ./main.py --currency EUR 5 --exchange USD <- United States Dollar
5 EUR -> 5.67 USD <- can change

--currency requires the currency (USD for now) and the amount
--exchange currency to exchange to (MXN, EUR, AUD) (Peso, Euro, Australian Dollar) (for now)
--request tests if the api works with the key

About

Currency exchanger


Languages

Language:Python 100.0%