/currency-expert

a currency corverter developed using python

Primary LanguagePython

Currency-Expert 🪙

Currency-Expert is a Python-based currency converter designed to help users quickly convert between different currencies using real-time exchange rates. This project fetches up-to-date rates from a reliable API, providing a smooth and intuitive experience for users looking to convert currencies on the go.

Features

🔄 Real-time Currency Conversion: Get up-to-date exchange rates for a wide range of currencies.

🌍 Global Currency Support:Convert between major world currencies like USD, EUR, GBP, JPY, and more.

📊 User-friendly Interface: Built with a custom Tkinter interface for an intuitive user experience.

💡 API Integration: Utilizes a reliable currency conversion API to fetch accurate exchange rates.

Tech Stack

Language: Python 🐍

Libraries Used:

💡Custom Tkinter: For creating the graphical user interface (GUI).

💡xmltodict: For handling XML data from the API responses.

💡requests: For making HTTP requests to retrieve exchange rate data from an API.

Usage

  1. Launch the app and enter the amount to be converted.
  2. Select the currency you want to convert from and the currency you want to convert to.
  3. Click the Convert button to fetch the real-time exchange rate and see the converted amount.

API

The application fetches live exchange rates using a third-party API : AwesomeAPI

Contributing

Contributions are welcome! If you'd like to improve or add features to Coinverter, feel free to fork this repository and submit a pull request.