Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 592 Bytes

PeepingJack

A simply program to find active jackbox.tv game codes

How does this work?

It uses a threadpool to loop through all possible codes in a random order, and prints the valid ones to the console

Future plans

Probably adding a proper GUI

Installation

  1. Install python, https://python.org/downloads

  2. Install dependencies Run pip install futures itertools requests webdriver-manager

  3. Download repository and unzip into a folder

  4. Enter that folder in the console cd path/to/folder

  5. Run python3 main.py, and if that doesn't work, try python main.py