https://github.com/wanadzhar913/simple-currency-exchange-converter-using-python
This is a simple currency exchange converter using Python and the Frankfurter API.
https://github.com/wanadzhar913/simple-currency-exchange-converter-using-python
currency-converter requests-library-python
Last synced: 27 days ago
JSON representation
This is a simple currency exchange converter using Python and the Frankfurter API.
- Host: GitHub
- URL: https://github.com/wanadzhar913/simple-currency-exchange-converter-using-python
- Owner: wanadzhar913
- Created: 2022-09-12T08:47:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T13:26:14.000Z (over 2 years ago)
- Last Synced: 2025-02-24T14:28:42.038Z (9 months ago)
- Topics: currency-converter, requests-library-python
- Language: Python
- Homepage:
- Size: 5.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Simple-currency-exchange-converter-using-Python
I came across a simple online tutorial on creating a currency exchange converter using Python. The tutorial can be found [here](https://www.youtube.com/watch?v=snPGUT-Fxa4). It makes use of the [Frankfurter API](https://github.com/hakanensari/frankfurter). In their own words, Frankfurter API are an:
*"Open-source API for current and historical foreign exchange rates published by the European Central Bank (ECB)."*
I have since modified the code with more robust exception handling and limited the currencies that can be converted (as per ECB's list of available currencies).