This is a currency converter that converts one currency to another. It is built with Python and Flask. The exchange rates are gotten from the TCMB website.
- Clone the repository
- Install the dependencies with
pip install -r requirements.txt
- Run the app with
python app.py