Skip to content

Latest commit

 

History

147 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyExchange: Live Currency Conversion

This Python script utilizes APIs like CurrencyLayer & Fixer.io to fetch real-time exchange rates and convert between various currencies.

Instructions:

  1. Obtain API keys for CurrencyLayer and Fixer.io.
  2. Store the API keys in api_key.txt (one per line).
  3. Run the pyexchange.py script to perform currency conversion.

Usage:

$ python pyexchange.py

Enter the amount, source currency code, and target currency code when prompted.

Directory Structure:

pyexchange/
│
├── api_key.txt
├── pyexchange.py
├── exchange_rates.py
├── user_interface.py
└── README.md

Dependencies:

Python 3.x requests library

About

This Python script utilizes APIs like CurrencyLayer & Fixer.io to fetch real-time exchange rates and convert between various currencies.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages