The real time currency converter project is designed to convert any assigned currency to any other currency.
In this project I have created a currency converter using python with sql connectivity. The project is also connected with live real time API so that the program is up to date with the constantly changing value of different currencies.This project have following functionalities:
- Real time currency conversion.
- Comes with a GUI for interaction with user.
- Sql connectivity with python is also present to store the data for future reference.
- Comes equipped with a live api for real time tracking.
-
Clone this project to your local pc.
-
Install the latest version of Python and MySQL(optional) in your pc if not already installed.
-
Before running the program following modules are needed to be installed by these commands: pip install pillow pip install tk pip install requests pip install datetime
-
If you want to use the MySql connectivity as well don't forget to install MySql Connector by this command: pip install mysql-connector-python
-
Before Executing the program you also need to subscribel to this API below: https://rapidapi.com/solutionsbynotnull/api/currency-converter18/
-
Now Simply execute the convertor.py file to use the currency calculator.