This is a simple currency conversion web application built with Python (Flask).
The application allows users to convert amounts between different currencies using real-time exchange rates.
The project uses HTML templates, CSS for styling, and is deployed live on Render.
The Currency Converter provides a clean web interface where users can:
- Enter an amount
- Select source and target currencies (Example: from *USD to *EUR)
- Instantly view the converted value
Exchange rates are fetched dynamically from an external currency API.
- Python
- Flask
- HTML
- CSS
- External Currency Exchange API
- Render (Deployment)
git clone https://github.com/Confy-Code/CurrencyChanger.git
cd CurrencyChanger
python -m venv venv
source venv/bin/activate
On Windows: venv\Scripts\activate
pip install -r requirements.txt
python server_serve.py
Hosted on Render via link: (https://confy-currency-converter.onrender.com)
Environment variables are configured via the Render dashboard
Application is started using the main server file