- FoXchange is a web application built with Flask that allows users to convert currencies and access live exchange rates effortlessly.
- Whether you're a frequent traveler, a business owner, or just curious about currency exchange rates, FoXchange provides a user-friendly interface to meet your needs.
-
Currency Conversion:
- Easily convert one currency to another with our smart converter.
- Input the amount, select the source currency,
- Choose the target currency, and let FoXchange do the rest.
-
Live Exchange Rates:
- Stay updated with the latest exchange rates.
- FoXchange provides real-time information on currency values, ensuring you have accurate and timely data.
- Python 3.x
- Flask
- Requests library
-
Clone the repository:
git clone cd foxchange
-
Install dependencies:
pip install -r requirements.txt
-
Set up your API key:
- Obtain a free API key from ExchangeRate API.
- Replace the placeholder API key in the
app.config["API_KEY"]
variable with your actual key.
-
Run the Flask application:
flask run
-
Open your web browser and go to http://localhost:5000.
-
Start converting currencies and exploring live exchange rates!
- If you'd like to contribute to FoXchange, please fork the repository and create a pull request. -We welcome bug fixes, feature enhancements, and other improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to ExchangeRate API for providing the currency exchange data.
- Special thanks to the Flask community for creating a powerful and flexible web framework.
Build by Samie A.
Happy currency exchanging with FoXchange! 🌐💸