Skip to content

The Currency Converter is a lightweight command-line tool designed to facilitate quick and accurate currency conversions using real-time exchange rates. It provides a straightforward interface for users to input the amount they wish to convert, along with the source and target currencies, fetching up-to-date conversion rates from a reliable source.

Notifications You must be signed in to change notification settings

xaryasinghx/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Currency Converter is a lightweight command-line tool designed to facilitate quick and accurate currency conversions using real-time exchange rates. It provides a straightforward interface for users to input the amount they wish to convert, along with the source and target currencies, fetching up-to-date conversion rates from a reliable source.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published