Skip to content

This Python and Tkinter currency converter allows users to convert amounts between a small set of currencies(CAD,USD,INR,EUR,BRL), using the RapidAPI Currency Converter API. To use, select the currencies and enter an amount, then click Convert.

Notifications You must be signed in to change notification settings

Jayavelrajan/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CurrencyConverter

A simple and very basic currency converter project using Python and Tkinter. It is a simple GUI-based application that allows users to convert amounts between different currencies(Currently available are only CAD,USD,INR,EUR,BRL). The application uses the RapidAPI's Currency Converter API by "Not Null" to get the latest currency exchange rates.

To use the application, users simply select the currencies they want to convert between and enter the amount to be converted. The application then displays the converted amount in the other currency.

The application is easy to use and can be useful for anyone who needs to convert currencies. It is also a good example of how to use Python and Tkinter to build simple GUI applications.

Supported Currencies :

  • Canadian Dollars
  • United States Dollar
  • Indian Rupees
  • Euros
  • Brazilian Real

GUI

Coding

About

This Python and Tkinter currency converter allows users to convert amounts between a small set of currencies(CAD,USD,INR,EUR,BRL), using the RapidAPI Currency Converter API. To use, select the currencies and enter an amount, then click Convert.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages