Skip to content

EliRen7/Python-Forex-Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Forex Currency Converter

This is a simple currency converter application built using Flask and the forex-python library. It allows you to convert currency amounts from one currency to another. The application provides a web interface for users to input the conversion details and get the converted amount.

About Forex Python

Forex Python is a Free Foreign exchange rates and currency conversion. forex-python docs-Usage Examples

Features

  • Convert currency amounts from one currency to another.
  • Use the forex-python library to get accurate exchange rates.
  • Web-based interface for user input and output display.

Getting Started

  1. Clone this repository to your local machine using:
    git clone https://github.com/your-username/forex-currency-converter.git
    
  2. Navigate to the project directory:
    cd forex-currency-converter
    
  3. Install the required dependencies:
    pip install Flask forex-python
    
  4. Run the Flask application:
    flask run
    
  5. Open your web browser and go to http://localhost:5000 to use the currency converter.

Usage

  1. Enter the currency code you are converting from and to, e.g., "USD" and "EUR".
  2. Enter the amount you want to convert.
  3. Click the "Convert" button to see the converted amount.

Technologies Used

  • Flask
  • Python
  • forex-python library
  • HTML
  • CSS

Contributing

Contributions are welcome! If you have any improvements or feature suggestions, feel free to create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published