Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

💱 Currency Converter

A simple Python script to convert amounts between currencies using a free public API.
No API key is required, and it supports all standard ISO currency codes.


🧠 Features

  • Converts an amount from one currency to another
  • Uses Frankfurter API (free and public)
  • No API key or registration required
  • PEP 8 compliant and under 100 lines
  • Lightweight and portable
  • Works on Windows, macOS, and Linux terminals

🛠️ Requirements

  • Python 3.6 or higher
  • Internet connection (for fetching exchange rates)

🚀 Usage

Basic conversion

python currency_convert.py 100 USD EUR

Output

100.00 USD = 92.35 EUR