Easily complete Quest on discord without downloading or owning any games!
(<3)
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
- auto-launches and starts a timer
- press 7 to reset (moves exe to a new path and relaunches)
- what else do u expect?
Important The executable must be named
questify.exe. Any other name will cause the program to not work correctly.
Download the latest ready-to-use .exe from Releases:
No setup required. Just download and run.
You can compile the source yourself using Nuitka (recommended) or PyInstaller.
pip install nuitka requestspython -m nuitka --onefile --output-filename=questify.exe questify.pypip install requests pyinstallerpyinstaller --onefile questify.pyYour compiled file will be in the output folder. Rename it to questify.exe if needed and run it.
