Not able to find the exe to install pywinauto-recorder for windows. Where can I find it ?
How can I install pywinauto recorder using .exe file but not from command prompt using pip install pywinauto because after installing from command prompt I am not able to open recorder.
The download button in https://pywinauto-recorder.readthedocs.io/ redirects to 404 not found page. So not really sure where to get it .
Seems like the author's cloud share link is down.
You can refer to the doc and download the repo and start it with python.exe pywinauto_recorder.py
# Clone the repo
git clone https://github.com/beuaaa/pywinauto_recorder.git
# Setup .venv and enable it
pip install virtualenv
python -m virtualenv --python=python .venv
.\.venv\Scripts\activate
# Start the recorder
python.exe pywinauto_recorder.py