From Download File List --Notepad ++ Python Script - SourceForge.JP
Download and unpack.
Example of use
import SendKeys
SendKeys.SendKeys("{ENTER}")
If you cannot import, your PATH is not available.
Add PATH
import sys
sys.path.append('sendkeys')
import SendKeys
For details on how to use it, see Start the calculator from Python and have it calculate automatically-MTK's diary.
Recommended Posts