This is a simple currency converter application built using Flask and the forex-python library. It allows you to convert currency amounts from one currency to another. The application provides a web interface for users to input the conversion details and get the converted amount.
Forex Python is a Free Foreign exchange rates and currency conversion. forex-python docs-Usage Examples
- Convert currency amounts from one currency to another.
- Use the forex-python library to get accurate exchange rates.
- Web-based interface for user input and output display.
- Clone this repository to your local machine using:
git clone https://github.com/your-username/forex-currency-converter.git
- Navigate to the project directory:
cd forex-currency-converter
- Install the required dependencies:
pip install Flask forex-python
- Run the Flask application:
flask run
- Open your web browser and go to http://localhost:5000 to use the currency converter.
- Enter the currency code you are converting from and to, e.g., "USD" and "EUR".
- Enter the amount you want to convert.
- Click the "Convert" button to see the converted amount.
- Flask
- Python
- forex-python library
- HTML
- CSS
Contributions are welcome! If you have any improvements or feature suggestions, feel free to create a pull request.