Easily complete Quest on discord without downloading or owning any games!
(took me 30 minutes)
Questify is a simple Python tool that generates a custom .exe
with a matching folder name so Discord detects it as a running game.
- creates an exe
- creates the folder
- what else do u expect?
Download the latest ready-to-use .exe from Releases:
No setup required. Just download and run.
You can compile the source yourself using PyInstaller.
pip install requests pyinstallerpyinstaller --onefile questify.pyYour compiled file will be created here:
dist/questify.exe
Run it like any normal program.
Important The executable must be named
questify.exe. Any other name will cause the program to not work correctly.
