Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ This software can be tweaked to work smoothly in CS:GO, Fortnite, and Overwatch.


## Installation
- Install OpenCV with Python3 bindings
- Install any missing dependencies with Pip
- Install [pywin32](https://sourceforge.net/projects/pywin32), the Windows API bindings for Python.
- Install all requirements with `pip install -r requirements.txt`
- Install the Nvidia CUDA toolkit if you have a compatible GPU
- If you don't have an Nvidia GPU, Pine will try to use OpenCL instead of CUDA
- Also for acurate long Quick Mouse Movements please Disable Mouse acceleration. Thanks!
- Then run the program with Python3.

`$ python3 pine.py`


### What games does it work with?
This release is currently optimized for CS:GO, but I plan adding more game configs in the future

Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
imutils==0.5.3
mss==6.1.0
numpy==1.19.4
opencv-python==4.4.0.46
pynput==1.7.1
pywin32==300
six==1.15.0
termcolor==1.1.0