Remember VideoEditBot? The discord editing bot that was popular a long time ago? With this program, you can experience the bot locally right on your computer! Just enter the arguments (e.g. "speed=2" "pch 15"), click Run Command, and there is your processed video! For more commands, please refer to COMMANDS.md
This program was tested on Windows 11 with Python 3.11. However, this program can work on as low as Windows 8.1.
NOTE: You need to have the FFmpeg and SoX libraries installed on your system for this to work. You can get FFmpeg here and SoX here.
For best performance, test on the latest Windows versions.
Linux is currently not supported. This will be added in a future update.
- Install all the packages with
pip -r requirements.txt
- Build destroy.py into an exe with
pyinstaller --onefile destroy.py
- Build the gui.py with
pyinstaller --onefile gui.py
- Locate the freshly built
destroy.exe
andgui.exe
- Place them in the root folder of the app.
- Run gui.exe, and you're done!
The UI was made using the PyQt5 library, and the program was made using Python 3.11.