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

https://github.com/ylp1455/crypto-price-tracker-gui


https://github.com/ylp1455/crypto-price-tracker-gui

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# CoinAPI BTC Price Tracker

A Python GUI application that uses the CoinAPI to display the BTC price in a selected country's local currency.

![pexels-anna-nekrashevich-6802049](https://github.com/ylp1455/Crypto-Price-Tracker-GUI/assets/115799462/277815ec-c55c-4fba-aa40-92172520ebf5)

## Installation

1. Clone the repository:
git clone https://github.com/yourusername/coinapi-btc-price-tracker.git


2. Install the required libraries:

pip install requests tkinter

3. Obtain an API key from CoinAPI and replace `YOUR_API_KEY` with your actual API key in the `fetch_btc_price` function in `main.py`.

## Usage

1. Run the application:

python main.py

2. Select a currency from the dropdown menu.

3. Click the "Fetch BTC Price" button to display the BTC price in the selected currency.

## Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.