Skip to content
/ questify Public

Easily complete Quest on discord without downloading or owning any games!

License

Notifications You must be signed in to change notification settings

orqz/questify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Questify

Easily complete Quest on discord without downloading or owning any games!
(took me 30 minutes)


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?

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.


Warning

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

About

Easily complete Quest on discord without downloading or owning any games!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages