GUI for KillProc
- Python3
- PyQT 5
Create a venv:
python3 -m venv venv && source venv/bin/activate
Install PyQt5:
pip install PyQt5
Run the python file:
python3 __main__.py
cd <repo location> && source venv/bin/activate && python3 __main__.py
or zip the repo folder and use
python3 zip_path