This repository showcases my efforts in visualizing live cryptocurrency price data from the Binance exchange using two distinct implementations.
Utilizing finplot
combined with PyQt6
, this implementation offers a sophisticated and advanced charting solution in Python.
Leveraging mplfinance
—built on the foundation of the widely-used matplotlib
library—this approach provides another way to chart cryptocurrency data. Configure your Binance API keys in src/mplfinance/keys.py
to auto-plot your assets, or leave it blank to manually specify the cryptocurrencies you'd like to visualize.
- Dark Mode: Enjoy a Tradingview-style dark theme for better visual clarity.
- Customizable View: Easily add or remove charts as per your preferences.
- Real-time Updates: Stay updated with live data thanks to the Binance websocket integration.
The required packages to run this code can be found in the requirements.txt
file. To run this file, execute the following code block:
pip install -r requirements.txt
- Clone the repository
- Run
python src/finplot/main.py
orpython src/mplfinance/main.py
- See result