DEV Community

neuralmint
neuralmint

Posted on

Currency Converter CLI — Exchange Rates for 160+ Currencies

Currency Converter CLI — Exchange Rates for 160+ Currencies

Convert between any of 160+ world currencies with real-time exchange rates. Results are cached to minimize API calls while staying accurate.

Features

  • 160+ supported currencies
  • Real-time exchange rates via free API
  • Smart caching (configurable TTL)
  • Batch conversions in one command
  • Inverse rate display

Usage

# Basic conversion
currency_converter convert USD EUR 100

# List supported currencies
currency_converter list

# Show inverse rate
currency_converter convert USD EUR 100 --inverse
Enter fullscreen mode Exit fullscreen mode

Install

pip install neuralmint/currency-converter
Enter fullscreen mode Exit fullscreen mode

Support this project:

SOL: 4TGyiYBjaYhFFPNYyCoJjf16ctUsWVBiMR1FXQxEfhWi

ETH: 0xe07f177E0725c11EEc8BeA34C5b5193CaF2a1A6a

Tags: python, cli, opensource, devtools
Series: neuralmint CLI Tools

Top comments (0)