• pyHook是旨在Python编程语言,以便能的包装,全球输入挂钩窗户。

    更具体地说,应用程序包的Windows SetWindowsHookEx API功能使用的低水平键盘(WH_KEYBOARD_LL)和鼠标(WH_MOUSE_LL)挂钩。

    pyHook能够提供的回调全球键鼠活动的窗口。

    蟒蛇的应用注册事件处理程序可以为用户输入的活动,如鼠标左下鼠标左键,关键下,等等。 并设定键盘和/或鼠标挂钩。

    基础C库报告的信息,如时间的事件,名称在该事件发生,值的事件,任何的键盘的修饰语,等等。 事件可以记录和/或过滤。

  • pyHook है में डिजाइन किया गया था अजगर प्रोग्रामिंग भाषा के क्रम में किया जा करने के लिए एक आवरण के लिए वैश्विक इनपुट हुक में खिड़कियां.

    अधिक विशेष रूप से, आवेदन wraps Windows SetWindowsHookEx API फ़ंक्शन का उपयोग कर निम्न स्तर के कीबोर्ड (WH_KEYBOARD_LL) और माउस (WH_MOUSE_LL) हुक.

    pyHook प्रदान करने में सक्षम है callbacks के लिए वैश्विक माउस और कीबोर्ड की घटनाओं में खिड़कियां.

    अजगर आवेदन रजिस्टर कर सकते हैं घटना संचालकों के लिए उपयोगकर्ता इनपुट इस तरह की घटनाओं के रूप में छोड़ दिया माउस नीचे, बाईं माउस, चाबी नीचे, आदि. सेट और कीबोर्ड और/या माउस हुक.

    अंतर्निहित C पुस्तकालय जानकारी की रिपोर्ट की तरह घटना के समय, नाम की खिड़की में जो घटना हुई है, घटना का मूल्य, किसी भी कुंजीपटल संशोधक, आदि. घटनाओं लॉग इन कर सकते हैं और/या फ़िल्टर्ड.

  • pyHook is was designed in the Python programming language in order to be a wrapper for global input hooks in Windows.

    More specifically, the application wraps the Windows SetWindowsHookEx API function using low-level keyboard (WH_KEYBOARD_LL) and mouse (WH_MOUSE_LL) hooks.

    pyHook is able to provide callbacks for global mouse and keyboard events in Windows.

    Python applications register can event handlers for user input events such as left mouse down, left mouse up, key down, etc. and set the keyboard and/or mouse hook.

    The underlying C library reports information like the time of the event, the name of the window in which the event occurred, the value of the event, any keyboard modifiers, etc. Events can be logged and/or filtered.