Skip to content

This Python-based currency conversion script transforms currencies effectively using current exchange rates. It has a user-friendly design and supports a wide range of currencies, delivering precise and real-time conversions, making it a dependable tool for financial transactions and international trade.

Notifications You must be signed in to change notification settings

Jdecho1118/CurrencyConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Currency Converter Readme

Overview: This Python script serves as a user-friendly currency converter and price comparison tool, utilizing the Open Exchange Rates API for real-time exchange rate data. Users can easily convert between various currencies, making it a handy tool for financial transactions and international trade.

Features: Real-time exchange rates: Fetches up-to-date rates from the Open Exchange Rates API. Wide currency support: Supports a variety of currencies with corresponding symbols. User interaction: Interactive command-line interface for easy input and conversion. Error handling: Robust error handling to address issues like invalid currency codes or API response errors.

How to Use: Ensure you have a valid Open Exchange Rates API key. Replace the placeholder API key in the code with your own. Run the script, enter the amount, source currency code, and target currency code. View the converted amount with clear currency symbols.

Dependencies: Python 3.x requests library for API requests

Setup: Install Python from python.org. Install the requests library using pip install requests.

Run: Execute the script in the terminal: python currency_converter.py

Note: Keep your Open Exchange Rates API key secure. Internet connection required for real-time data retrieval.

Feel free to customize and enhance the script based on your requirements. For any issues, refer to the error messages or check the Open Exchange Rates API documentation.

About

This Python-based currency conversion script transforms currencies effectively using current exchange rates. It has a user-friendly design and supports a wide range of currencies, delivering precise and real-time conversions, making it a dependable tool for financial transactions and international trade.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages