mohammedhank91 / Convert-currency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Conversion Project

This is a simple currency conversion project using Python , Flask ,HTML, CSS, and JavaScript. It allows users to convert an amount from one currency to another using real-time exchange rates retrieved from an API.

Features

  • Users can select the currency they want to convert from and to using select elements.
  • Users can enter an amount to convert in the input field.
  • Users can click the "Convert" button to initiate the currency conversion.
  • The converted amount is displayed in a styled result box below the form.
  • Real-time exchange rates are retrieved from a currency conversion API.

Setup

To use this currency conversion project, follow these steps:

  1. Clone the repository or download the project files to your local machine.
  2. run the following command : python app.py
  3. open the browser : http://127.0.0.1:5000
  4. Enter an amount to convert, select the currency to convert from and to, and click the "Convert" button.
  5. The converted amount will be displayed in the result box below the form.

Technologies Used

  • Python
  • Flask
  • HTML
  • CSS
  • JavaScript

API Used

This project uses the Exchange Rates API to retrieve real-time exchange rates.

License

This project is licensed under the MIT License.

Credits

About


Languages

Language:HTML 76.7%Language:CSS 15.7%Language:Python 7.6%