ReplaySorceryGUI is an attempt to easily control the status of ReplaySorcery process as one might not want to have it on 100% of the time due to either privacy reasons or potential memory leaks.
- Python 3
- PyQt5
- psutil
- ReplaySorcery
First three can be installed on Debian/Ubuntu by running:
sudo apt-get install python3 python3-pyqt5 python3-psutil
ReplaySorcery has to be installed by following instructions on its own GitHub page.
git clone https://github.com/matanui159/ReplaySorcery.git
git submodule update --init
cmake -B bin -DCMAKE_BUILD_TYPE=Release
make -C bin
sudo make -C bin install
Start the GUI
python3 gui.py
- support for ReplaySorcery configuration options
- ability to preview saved videos
- proper building (PyInstaller?)
- perhaps .deb for Debian distros