Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 API

This 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
* Debugging

Feel free to adjust the code to meet your expectations!