Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Installing Prerequisites

xp4xbox edited this page Sep 25, 2019 · 20 revisions

Puffader Requires 32 bit versions:

First install Python 2.7 if it is not already installed.

Method 1

  1. Download the repository using github or git eg. git clone https://github.com/xp4xbox/Puffader
  2. Install the modules by running python -m pip install -r requirements.txt

Method 2

  1. Download and install the correct version of Pywin32 for your python setup.
  2. Download and install the correct version of Pyhook.
  3. Download and install the correct version of Py2Exe.
  4. Install PyAutoGui with pip. python -m pip install pyautogui.
Clone this wiki locally