Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

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
  • auto-launches and starts a timer
  • press 7 to reset (moves exe to a new path and relaunches)
  • 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 Nuitka (recommended) or PyInstaller.

Option A — Nuitka (recommended, less antivirus false positives)

pip install nuitka requests
python -m nuitka --onefile --output-filename=questify.exe questify.py

Option B — PyInstaller

pip install requests pyinstaller
pyinstaller --onefile questify.py

Done

Your compiled file will be in the output folder. Rename it to questify.exe if needed and run it.

About

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

Topics

Resources

Stars

22 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages