The "Currency Converter" application is a user-friendly tool that allows you to convert amounts between different currencies. It is built using PyQt for the user interface and the currency_converter library for exchange rates. This tool is easy to use and enables you to convert amounts between a variety of currencies.
- Make sure you have Python installed on your system. You can download it from python.org.
- Install the required libraries using pip (Python's package manager). Open a command prompt and run the following commands:
-pip install PySide6
-pip install CurrencyConverter
- Download the source code of the application from the GitHub repository https://github.com/Schosmiel/CURRENCY-HEDGER.git.
-
Run the application by executing the
app.py
file: -
The application's user interface will appear.
-
You will see four elements on the interface:
- A dropdown list to select the source currency (From Currency).
- An input field to enter the amount you want to convert (Amount).
- A dropdown list to select the target currency (To Currency).
- An input field to display the converted amount (Converted Amount).
- A "Swap Currency" button to exchange the source and target currencies.
- Start by selecting the source and target currencies from the dropdown lists.
- Enter the amount you want to convert in the "Amount" field.
- The converted amount will be displayed automatically in the "Converted Amount" field.
- You can also use the "Swap Currency" button to exchange the source and target currencies.
- Enjoy the simplicity of the currency converter!
You want to convert 100 EUR to USD. You select "EUR" in the source currency dropdown, "USD" in the target currency dropdown, and then enter "100" in the "Amount" field. The "Converted Amount" field will display the corresponding conversion in USD.
- The application uses current exchange rates to perform conversions. If an exchange rate is not available, the application will display an error message.
- You can customize the source and target currencies using the dropdown lists.
- You can adjust the amounts using the input fields.
- If you encounter any issues or have questions, feel free to contact schosmiel@gmail.com for assistance.
Enjoy using the Currency Converter! If you have any feedback or suggestions for improvement, please don't hesitate to share them.