Communicating between Autohotkey and python
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Is there a way to send some parameter from autohotkey to python. Using Autohot key I read some number from the notepad and store in a variable and now I want to send this number to the python code in order to do some calculations. My Autohotkey code is; controlGetText , telphoneNumber , Edit1 , Untitled - Notepad And I want to send this telphoneNumber to python file Is there a way I can do that? Do I need to create an exe file of a python and then call from autohotkey? for example, RunWait , C : \Button\button . exe telphoneNumber