Skip to content

A Python program to convert currency values based on fixed exchange rates. Users can enter an amount and select the source and target currencies. It supports multiple currencies, handles invalid inputs, and allows repeated conversions until the user decides to exit. Simple and easy to use.

Notifications You must be signed in to change notification settings

Abrar-Shahriar-04/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Currency Converter

This is a simple Python-based Currency Converter that allows users to convert an amount from one currency to another based on current exchange rates. It supports several popular currencies, including USD, EUR, GBP, JPY, BDT, CNY, CAD, AUD, RUB, and AED.

Features

  • Convert between multiple currencies.
  • Displays available currencies.
  • Handles invalid currency codes and incorrect input gracefully.
  • Provides a simple user interface through the terminal.

Supported Currencies

  • USD: US Dollar
  • EUR: Euro
  • GBP: British Pound
  • JPY: Japanese Yen
  • BDT: Bangladeshi Taka
  • CNY: Chinese Yuan
  • CAD: Canadian Dollar
  • AUD: Australian Dollar
  • RUB: Russian Ruble
  • AED: UAE Dirham

Example Usage


====== Welcome to Currency Converter ======
Available currencies:
- USD
- EUR
- GBP
- JPY
- BDT
- CNY
- CAD
- AUD
- RUB
- AED

Convert from (currency code): USD Convert to (currency code): EUR Amount to convert: 100

100 USD = 92.0 EUR

About

A Python program to convert currency values based on fixed exchange rates. Users can enter an amount and select the source and target currencies. It supports multiple currencies, handles invalid inputs, and allows repeated conversions until the user decides to exit. Simple and easy to use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages