A desktop application of stock quotes using PySide6. The UI is based on PySideFrameless and the data is based on akshare.
这是一个使用PySide6开发的用于显示股票行情信息的桌面程序。其中,界面基于开源库PySideFrameless,数据基于开源库akshare。
Simple and beautiful.
简洁而且美观。
Feel free to try it!
快来试试吧!
截图
Main window:
主界面:
使用方法
1.Install dependency library:
安装依赖包:
pip install pyside6
pip install qtawesome
pip install qt_material==2.12
pip install mplfinance
pip install matplotlib
pip install akshare
pip install wcwidth
2.Run the main.py script:
运行main.py脚本:
python main.py
开发
Follow the instructions according to PySideFrameless, things will be OK.
参考PySideFrameless开源库的指引即可。
致谢
1.pyside6
https://doc.qt.io/qtforpython/index.html
2.mplfinance
https://github.com/matplotlib/mplfinance
3.akshare
https://github.com/akfamily/akshare
4.qtawesome
https://github.com/spyder-ide/qtawesome
5.qt_material
https://github.com/UN-GCPDS/qt-material
6.PySideFrameless