This is a simple currency converter program written in Python using the tkinter and forex_python modules.
-
Clone the repository to your local machine or download the zip file.
-
Install the required modules using pip:
pip install tkinter forex-python
- Open the program in your Python IDE.
- Run the program.
- Select the "From" and "To" currencies from the drop-down menus.
- Enter the amount you want to convert in the entry widget.
- Click the "Convert" button to convert the amount to the selected currency.
- Click the "Reset" button to clear the amount and converted amount.
- Close the program window.