The Python script gemini_price_tracker.py fetches and displays the current price of a cryptocurrency from the Gemini exchange using the Gemini Public API.
How It Works in Practice Example Execution: When you run the script, you’ll see a prompt asking for a cryptocurrency symbol, for example:
Welcome to the Gemini Crypto Price Tracker! Enter the cryptocurrency symbol (e.g., btcusd, ethusd) or 'exit' to quit. Enter symbol: btcusd The current price of BTCUSD is $35000.
When You Exit:
The program will keep asking for cryptocurrency symbols and showing their prices. If you enter exit, the program will print:
Goodbye!
Log in or sign up for Devpost to join the conversation.