Merge pull request ‘update’ (#3) from dev into main
A cross-platform GUI application for managing and executing Hurl files.
pip install PyQt5
# Install dependencies pip install PyQt5 # Run python main.py
# Install pyinstaller pip install pyinstaller # Build executable pyinstaller --onefile --windowed --name pyhurlmgr main.py # Output: dist/pyhurlmgr.exe
See LICENSE file for details.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Hurl Manager
A cross-platform GUI application for managing and executing Hurl files.
Features
Prerequisites
pip install PyQt5Quick Start
Building Binary (Windows)
License
See LICENSE file for details.
Acknowledgments