https://github.com/enoobis/currency-converter
simple currency converter program
https://github.com/enoobis/currency-converter
currency currency-api currency-converter python
Last synced: 6 months ago
JSON representation
simple currency converter program
- Host: GitHub
- URL: https://github.com/enoobis/currency-converter
- Owner: enoobis
- Created: 2023-02-24T08:27:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T08:43:00.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:48.756Z (8 months ago)
- Topics: currency, currency-api, currency-converter, python
- Language: Python
- Homepage: https://www.enoobis.tk
- Size: 34.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# currency-converter
This is a simple currency converter program written in Python using the Tkinter GUI library. The program allows you to convert one currency to another based on the current exchange rate.

## Installation
To run this program, you need to have Python 3 and the requests module installed on your computer. You can install the requests module by running the following command:
```
pip install requests
```## Usage
To use the program, run the following command in your terminal:
```
python main.py
```This will open up the program window, where you can enter the amount you want to convert, the currency you want to convert from, and the currency you want to convert to. Click the "Convert" button to get the converted amount.
## Acknowledgements
This program uses the ExchangeRate-API.com API to get the current exchange rates. We thank them for providing this service.
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes. If you have any suggestions or bug reports, please open an issue on GitHub.
## License
This project is licensed under the MIT License.