PySapGUI
SAP GUI Scripting in Python
Install / Use
/learn @gutskodv/PySapGUIREADME
SAP GUI Scripting Library
Table of contents
Python installation
- Download last version of Python 3.x installer
- Run the installer
- While installation choose folowing option:
- Add python 3.x to PATH
Install
Pip installation (recomended)
Installation is easy. Run in windows console (command line interpreter - cmd):
pip install PySapGUI
If your computer is behind a proxy set additional option --proxy in following format:
pip install sapsec --proxy http://user:password@proxyserver:port
Installation from github
If for some reason the installation was not successful (with pip) there is an opportunity to install sapsec from github source files.
- Download zip archive with project source codes. Or use git clone:
git clone https://github.com/gutskodv/PySapGUI.git
- Unpack files from dowloaded zip archive. And go to project directory with setup.py file.
- Ugrade pip, Install Wheel package, Collect sapsec package:
python -m pip install --upgrade pip
pip install wheel
python setup.py bdist_wheel
- Install sapsec package from generaed python wheel in dist subdirectory:
python setup.py dist\PySapGUI*.whl
Requirements
You can manually intall requirements if they were not installed in automatic mode.
- PyWin32 (Python extensions for Microsoft Windows Provides access to much of the Win32 API, the ability to create and use COM objects, and the Pythonwin environment).
pip install pywin32
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
