Skip to content Skip to sidebar Skip to footer
Showing posts with the label Autohotkey

Call Python Function With Arguments And Get Returned Value In Autohotkey

I have a python script called 'server.py' and inside it I have a function def calcFunction(… Read more Call Python Function With Arguments And Get Returned Value In Autohotkey

How To Run An Autohotkey Script In Python (2.7)

I'm trying to run an autohotkey (ahk) script in Python 2.7 but nothing seems to work. All onlin… Read more How To Run An Autohotkey Script In Python (2.7)

Modifying A Clipboard Content To Be Treated As Html

When I “copy an image” on the web (by highlighting the image and ctrl+C) and then passed it into th… Read more Modifying A Clipboard Content To Be Treated As Html