Skip to content

A simple command-line currency converter built with Python. This project utilizes the Fixer API to enable users to convert between different currencies. Features include currency conversion and the display of exchange rates. Clone the repository, install the required dependencies, and start converting currencies seamlessly.

Notifications You must be signed in to change notification settings

marvinraj/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Currency Converter

A simple command-line currency converter built with Python.

Overview

This currency converter allows users to convert between different currencies using the Fixer API.

Features

  • Convert from one currency to another.
  • Display exchange rates for the conversion.

Requirements

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/currency-converter.git
    cd currency-converter
    
  2. Install the required dependencies:

    pip install requests
    
  3. Run the script:

    python currency_converter.py
    

API Key

This project uses the Fixer API for currency conversion. To use the API, you need to obtain an API key and replace the placeholder in the script.

About

A simple command-line currency converter built with Python. This project utilizes the Fixer API to enable users to convert between different currencies. Features include currency conversion and the display of exchange rates. Clone the repository, install the required dependencies, and start converting currencies seamlessly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages