This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Commit afa241b
committed
feat: add PyQt6 GUI with progress tracking and cleaner logs
- Added gui.py containing a modern PyQt6 interface.
- Updated server_pack_builder.py to support GUI integration via --gui flag.
- Implemented aggregate download size tracking and granular mod processing progress.
- Simplified CLI logging to reduce noise (silenced urllib3, shortened messages).
- Updated README.md with GUI usage instructions.
- Added PyQt6 to requirements.txt.1 parent 62eb4f0 commit afa241b
4 files changed
Lines changed: 561 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
0 commit comments