Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenombuya/currency-converter
This was done to practice python, debugging, and API integration.
https://github.com/stephenombuya/currency-converter
Last synced: about 1 month ago
JSON representation
This was done to practice python, debugging, and API integration.
- Host: GitHub
- URL: https://github.com/stephenombuya/currency-converter
- Owner: stephenombuya
- License: apache-2.0
- Created: 2024-09-06T18:17:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:26:42.000Z (4 months ago)
- Last Synced: 2024-09-06T21:39:38.867Z (4 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency-Converter
## Prerequisites
You require to have the following for you to run this program:
1. Python
2. An IDE - Visual Code
3. The requests library
4. The forex-python library
5. A financial data APIThis is a simple console-based application built to practice the following:
* Python
* requests library
* API integration
* Fetching data from external APIs into your Python Script
* DebuggingFeel free to adjust the code to meet your expectations!