Popular Python recipes tagged "meta:requires=autohotkey"http://code.activestate.com/recipes/langs/python/tags/meta:requires=autohotkey/2017-01-02T01:33:31-08:00ActiveState Code RecipesSend autohotkey commands with Python (Python)
2017-01-02T01:33:31-08:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/580740-send-autohotkey-commands-with-python/
<p style="color: grey">
Python
recipe 580740
by <a href="/recipes/users/4189907/">Miguel Martínez López</a>
(<a href="/recipes/tags/autohotkey/">autohotkey</a>, <a href="/recipes/tags/python/">python</a>).
</p>
<p>I use an asterisk (*) as a command line argument to read the autohotkey script from standard input (stdin).
<a href="https://autohotkey.com/docs/Scripts.htm" rel="nofollow">https://autohotkey.com/docs/Scripts.htm</a></p>