*Currency converter mini project is built keeping this thing in mind. In this website, there is regular update about currency of every country by which it displays present currency market value and conversion rate.
This simple website provides a web-based interface for exchanging/converting money from one currency (say $) to another currency (say €).
It is a simple "Currency Converter" project with Flask Framework, Requests Library and Alpha Vantage API click here.
- real-time conversion rates.
- 70+ currency available
- user-friendly interface
Codes that must be run in the terminal for this project to work:
- pip install -U Flask
- pip install requests
A currency converter is website that is designed to convert one currency into another in order to check its corresponding value and it is based on current market or bank exchange rates.
In order to convert one currency into another, a user enters an amount of money (e.g. '1000') and chooses the currency he/she wishes to check the monetary value of (e.g. 'United States Dollar'). After that, the user selects one, or sometimes several other currencies, he/she would like to see the result in. The application software then calculates and displays the corresponding amount of money.If you want to see an advanced currency converter,click here.
I used Alpha Vantage API free account so currency values are updated everytime . Plus this, the design is quite simple.