This module provides a GUI window for displaying Bitcoin information.
This code implements a graphical user interface (GUI) to retrieve and display Bitcoin information. It uses the GTK library for the GUI framework and accesses various Bitcoin APIs to fetch relevant data.
- Display Bitcoin prices in various currencies
- Display block information
- Display recommended transaction fees
- Display the current hash rate of the Bitcoin network
- Display information about unconfirmed transactions
- Python 3
- GTK 3
- requests
- Ensure Python 3 is installed.
- Install the required dependencies with
pip install -r requirements.txt
. - Run the script:
python bitcoin_window_module.py
.
- Change currency: Use the currency menu in the interface.
- Change update interval: Use the interval menu in the interface.
- Manual refresh: Click the Refresh button in the interface.
- zwegen