A simple web application built with Flask to convert currency using exchange rates from an external API.
- Convert currency from one type to another.
- Uses free API for currency exchange rates (No API key required).
- Handles errors gracefully.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.x
- Flask
- requests
-
Clone the repository:
git clone https://github.com/Hasnainbro/Currency-Converter
-
Navigate to the project directory:
cd Cuurency-Converter
-
Install requests library using pip:
pip install requests
-
Install Flask using pip:
pip install Flask
-
Run the Flask app:
python app.py
-
Open your web browser and go to
http://localhost:5000
.
- Enter the amount you want to convert.
- Select the currency you want to convert from and to.
- Click the "Convert" button to see the converted amount.
- Hasnain kh - Developer
This project is unlicensed and is free to use by anyone for any purpose. - see the LICENSE file for details.