Skip to content

Aditya9700/Currency-Convertor-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency Convertor Python

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.

Watch the live demo video (YT):

How to install and use the Currency Convertor:

  1. Clone this project to your local pc.

  2. Install the latest version of Python and MySQL(optional) in your pc if not already installed.

  3. 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

  4. 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

  5. Before Executing the program you also need to subscribel to this API below: https://rapidapi.com/solutionsbynotnull/api/currency-converter18/

  6. Now Simply execute the convertor.py file to use the currency calculator.

Thanks for using my project !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages