A prompter program that will prompt words in real-time to assist players on the word game BombParty on jklm.fun.
- Hover the cursor over the word in the center
- When it is your turn, press
shift
to select the word for processing - Type in the prompted word!
- If
Auto Paste Mode
is on, the 1st word on the list will be auto-pasted after processing the selected syllable - If
Long Word Mode
is on, the prompted words will be as long as possible, essentially for a higher chance of using more letters and earning an extra life.
- Require
python
installed. - Should work on Windows and MacOS
- After downloading the prompter, run
$ pip install -r requirements.txt
to get all Python packages used. - Then just run
$ python ./JKLM_Prompter/src/main.py
- A
wxpython
window should pop up :)
keyboard
module will read keypresses from the whole OS. So remember to close the program if you are going to useshift
key somewhere else- The wordlist for JKLM BombParty is not published publicly. Some of the words may be rejected. Just pick another one!
- Do not move the cursor from the syllable in the center. Adjust its position so that pressing
shift
can accurately select the word. - This is for educational purpose only.