PyMiner is an open source, cross-platform data computing solution based on Python. It realizes different needs by loading various plug-ins. It uses an easy-to-operate form and a unified interface to realize the tasks envisioned by users through data calculation.
The project development environment supports cross-platform, including windows, linux, and mac.
Python: Supports Python 3.5 and above, but it is recommended to use Python 3.8 and above for better performance.
Qt's Python interface: using PySide2, 5.15.2.
Notice
The official release of PyMiner is Python3.8+PySide2-5.15.2. Developers can use other Python interpreters to configure related environments.
PyMiner was once developed by PyQt5. But considering the official support and the type of license, we have migrated to PySide2 and changed the license to LGPL. Do not use PyQt5 installation.
When configuring the environment using Python3.8, lower Python3.8 interpreters such as 3.8.0 are not supported. When using Python 3.8, please use an interpreter 3.8.5 or higher.
PyMiner v2.1.0 Beta
Update instructions
1. The underlying technical architecture is migrated from PyQt5 to pyside2;
2. Optimize and improve new projects;
3. Optimize and improve multi-language settings;
4. The code editor was rebuilt from QScintilla to pyside2;
5. Added new data statistics module - data generation function;
6. Optimize and improve high-resolution screen support;
7. Optimized and improved the theme switching function;
8. Added other data processing modules;
9. The main program has a new online update function.