Skip to content

The currency calculator is able to calculate 10 types of currency based on up-to-date exchange rates.

Notifications You must be signed in to change notification settings

kailichou/currency_exchange_calculator

Repository files navigation

Currency Exchange Rates

The exchange rates are only update-to-date after you run the script.
Feel free to download the file to calculate curencies for fun or import it for other uses.

Currencies including

  • Euro
  • British Pound
  • Indian Rupee
  • Australian Dollar
  • Canadian Dollar
  • Singapore Dollar
  • Swiss Franc
  • Malaysian Ringgit
  • Japanese Yen
  • Chinese Yuan Renminbi

Dependencies

  • BeautifulSoup
  • NumPy
  • urllib (built-in)
  • Tkinter
  • DateTime

Calculater Class example

You need to exchange $100 for pounds, import the script, then type

Calculator.USDtoGBP(100)

Return

76.1888

GUI converter

About

The currency calculator is able to calculate 10 types of currency based on up-to-date exchange rates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published