Skip to content

Commit

Permalink
Disabled PyAutoGui
Browse files Browse the repository at this point in the history
  • Loading branch information
DaelonSuzuka committed Apr 2, 2021
1 parent a5c2a65 commit d35da64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,16 @@ future==0.18.2
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
MouseInfo==0.1.3
numpy==1.20.1
numpy==1.20.2
pefile==2019.4.18
prompt-toolkit==1.0.14
PyAutoGUI==0.9.52
pycparser==2.20
PyGetWindow==0.0.9
Pygments==2.8.1
PyInquirer==1.0.3
pyinstaller==4.2
pyinstaller-hooks-contrib==2021.1
PyMsgBox==1.0.9
pyperclip==1.8.2
PyRect==0.1.4
PyScreeze==0.1.26
pyserial==3.5
PySide2==5.15.2
PyTweening==1.0.3
pywin32-ctypes==0.2.0
QtAwesome==1.0.2
QtPy==1.9.0
Expand Down
6 changes: 3 additions & 3 deletions src/obs/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from qtstrap import *
from .highlighter import PythonHighlighter
from pathlib import Path
from pyautogui import press, hotkey
# from pyautogui import press, hotkey


class ScriptBrowser(PersistentTreeWidget):
Expand Down Expand Up @@ -224,8 +224,8 @@ def reset_environment(self):
'load': self._load,
'data': self._data,
'print': self._print,
'press': press,
'hotkey': hotkey,
# 'press': press,
# 'hotkey': hotkey,
}
self._locals = {
}
Expand Down

0 comments on commit d35da64

Please sign in to comment.