Skip to content

ebjaime/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency-Converter

Feautures

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'

Dependencies

  1. Needs requests python module. ---> pip install requests
  2. Needs BeautifulSoup python module. --->pip install bs4
  3. Needs lxml or lxml2 installed.--->apt-get install python3-lxml

Installation

Clone repository or copy and paste code in currencyConverter4.0.py

Use

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.

About

Currency Converter written in python. Exchanges +30 currencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages