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
- Host: GitHub
- URL: https://github.com/thatquietkid/currency-convertor
- Owner: thatquietkid
- Created: 2024-11-17T13:15:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T16:00:48.000Z (6 months ago)
- Last Synced: 2025-02-09T20:29:11.429Z (3 months ago)
- Topics: api, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Convertor using Python
 
##### 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:
- Clone this repo using your terminal
git clone https://github.com/thatquietkid/currency-convertor
or any other method you feel comfortable with
- Get your API key here
- Create a '.env' file and put your API key as
API_KEY="---"
- Open your terminal and run the command
pip install -r requirements.txt
- 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!)