Just a portable version of Python for ease of use with OBS scripts.
I didn't create anything, simply assembled embedded Python 3.6.7
Made for use with https://github.com/tryptech/obs-zoom-and-follow script.
- Download OBS PYTHON.ZIP
- Extract
OBS PYTHON
Folder to wherever you want it. - Launch OBS and Click on
Tools->Scripts->Python Settings
SetOBS PYTHON
as the Python Directory. - On
Scripts
Tab, now Click the [+] to add a new script, selectzoom_and_follow_mouse.py
Follow tryptech's instructions to set up the script settings.
If you would prefer to set this up yourself
- Download Python Embed (Has to be v3.6.x)
Extract contents to a folder eg
C:\OBS PYTHON\
Put PIP in Python folder
C:\OBS PYTHON\get-pip.py
3.Edit python36._pth
with text editor as follow:
python36.zip
.
# Uncomment to run site.main() automatically
import site
Lib\site-packages
- Open Command prompt as Administrator. Enter the following:
CD C:\OBS PYTHON
python.exe get-pip.py
python.exe -m pip install pywinctl
python.exe -m pip install pynput
python.exe -m pip install screeninfo
-
Launch OBS
Navigate the menu:
Tools->Scripts->Python Settings->[Python Install Path]
Point it at your Python folder C:/OBS PYTHON
.
- Add the Zoom and follow script!
- Make coffee.