The Bitcoin Price and Currency Converter App is a simple Python application with a graphical user interface (GUI) built using the Tkinter library. It provides real-time Bitcoin price information and allows users to convert Bitcoin amounts to various currencies.
- Real-time Bitcoin price tracking in USD, CNY, GBP, EUR, and JPY.
- Easy currency conversion for Bitcoin.
- Simple and user-friendly GUI.
To run this application on your local machine, follow these steps:
- Clone the repository to your computer.
- Ensure you have Python installed (Python 3 is recommended).
- Install the required dependencies by running:
pip install requests