Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.04 KB

Currency Converter

Overview

This Currency Converter is a command-line program designed to convert between different currencies using real-time exchange rates.

Features

  • Converts between multiple currencies.
  • Uses real-time exchange rates fetched from a reliable source.
  • Simple command-line interface (CLI) for easy interaction.

Installation

  1. Clone the repository.
  2. Navigate into the project directory.
  3. Install dependencies (if any).
  4. Start the program.

Usage

  • Run the program and follow the prompts to convert currencies.
  • Enter the amount to convert, the source currency, and the target currency.
  • The program will fetch the latest exchange rates and display the converted amount.

Example usage: Enter the amount to convert: 100 Enter the source currency (3-letter code): USD Enter the target currency (3-letter code): EUR

100 USD is approximately 88.44 EUR (as per latest exchange rates).

Credits