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

https://github.com/thatquietkid/currency-convertor

A terminal based currency convertor using Python and freecurrencyconvertorAPI
https://github.com/thatquietkid/currency-convertor

api python

Last synced: about 1 month ago
JSON representation

A terminal based currency convertor using Python and freecurrencyconvertorAPI

Awesome Lists containing this project

README

        

# Currency Convertor using Python
![Static Badge](https://img.shields.io/badge/build-passing-brightgreen) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)


##### A simple currency convertor using Python and freecurrencyconvertorAPI


This terminal based currency convertor uses freecurrencyconvertorAPI to convert the base currency to any currency you'd like. In order to set it up, make sure to follow the following steps:


  1. Clone this repo using your terminal git clone https://github.com/thatquietkid/currency-convertor or any other method you feel comfortable with

  2. Get your API key here

  3. Create a '.env' file and put your API key as API_KEY="---"

  4. Open your terminal and run the command pip install -r requirements.txt

  5. By this point, your file is all set up and ready to go. Launch the terminal and run the file using python currency.py(make sure to be in the same directory as the file!)