32 lines
664 B
Plaintext
32 lines
664 B
Plaintext
|
LICENSE.txt
|
||
|
MANIFEST.in
|
||
|
README.md
|
||
|
setup.cfg
|
||
|
setup.py
|
||
|
PyAutoGUI.egg-info/PKG-INFO
|
||
|
PyAutoGUI.egg-info/SOURCES.txt
|
||
|
PyAutoGUI.egg-info/dependency_links.txt
|
||
|
PyAutoGUI.egg-info/requires.txt
|
||
|
PyAutoGUI.egg-info/top_level.txt
|
||
|
docs/Makefile
|
||
|
docs/conf.py
|
||
|
docs/index.rst
|
||
|
docs/install.rst
|
||
|
docs/keyboard.rst
|
||
|
docs/make.bat
|
||
|
docs/mouse.rst
|
||
|
docs/msgbox.rst
|
||
|
docs/quickstart.rst
|
||
|
docs/roadmap.rst
|
||
|
docs/screenshot.rst
|
||
|
docs/tests.rst
|
||
|
pyautogui/__init__.py
|
||
|
pyautogui/__main__.py
|
||
|
pyautogui/_pyautogui_java.py
|
||
|
pyautogui/_pyautogui_osx.py
|
||
|
pyautogui/_pyautogui_win.py
|
||
|
pyautogui/_pyautogui_x11.py
|
||
|
pyautogui/_window_win.py
|
||
|
pyautogui/screenshotUtil.py
|
||
|
pyautogui/tweens.py
|
||
|
tests/test_pyautogui.py
|