Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 1.69 KB

File metadata and controls

85 lines (54 loc) · 1.69 KB

Questify

Easily complete Quest on discord without downloading or owning any games!
(<3)


About

Questify is a simple Python tool that generates a custom .exe with a matching folder name so Discord detects it as a running game.


Features

  • creates an exe
  • creates the folder
  • what else do u expect?

Warning

Important The executable must be named questify.exe. Any other name will cause the program to not work correctly.


Installation

Download (recommended)

Download the latest ready-to-use .exe from Releases:

No setup required. Just download and run.


Don’t trust the .exe? (fair i wouldnt either)

You can compile the source yourself using PyInstaller.

Step 1 — Install dependencies

pip install requests pyinstaller

Step 2 — Build the executable

pyinstaller --onefile questify.py

Step 3 — Done

Your compiled file will be created here:

dist/questify.exe

Run it like any normal program.