Currency Converter with own interface.
Includes own script-written version
Exchanges between more than 30 currrencies from around the world.
Rates taken from 'http://www.x-rates.com/table/?from=EUR&amount=1'
- Needs requests python module. --->
pip install requests - Needs BeautifulSoup python module. --->
pip install bs4 - Needs lxml or lxml2 installed.--->
apt-get install python3-lxml
Clone repository or copy and paste code in currencyConverter4.0.py
In TERMINAL:
python currencyConverter.py ---> starts currency converter's interface
In INTERFACE:
h or help ---> Help Menu.
list ---> lists all available currencies.
get X ---> gets rates belonging to currency X.
convert 10 UD EE ---> converts 10 US Dollars to Euros.
clear ---> clears screen.
exit ---> exits currency converter's interface.