https://github.com/ylp1455/crypto-price-tracker-gui
https://github.com/ylp1455/crypto-price-tracker-gui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ylp1455/crypto-price-tracker-gui
- Owner: ylp1455
- Created: 2023-05-22T08:30:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T09:35:19.000Z (about 3 years ago)
- Last Synced: 2025-03-10T19:27:31.978Z (over 1 year ago)
- Language: TeX
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.