A QTGUI for the Python VPK Library.
Becuase i'm a linux user, and also a Source Engine modder. It's suprisingly tedious to get GCFScape to work with Linux (Wine on its own doesn't work, so i gave up.), and i Decided "What's the harm?".
If i've done it correctly, (don't count on it), then You'll simply need PyQt5 & VPK. (sys is a standard module, iirc)
(For all of these, --user
is optional)
To get PyQt5, simply do;
pip install PyQt5 --user
And for VPK,
pip install vpk --user
And then you just run main.py and it should work.