====== Python Library ====== {{template>meta:template:pageinfo#tpl |desc=Document Python libraries I have used.}} ^ Official Website ^ Description ^ | [[https://pypi.org/project/keyboard/|keyboard]] | Take full control of your __keyboard__ with this small Python library.__ Hook global events, register hotkeys, simulate key presses__ and much more. | | [[https://python-prompt-toolkit.readthedocs.io/en/master/|prompt_toolkit]] | Build powerful __interactive__ command line and terminal applications in Python. | | [[https://pythonhosted.org/pyserial/|pyserial]] | This module encapsulates the access for the __serial port__. | | [[https://docs.python.org/3/library/subprocess.html|subprocess]] | __Spawn new processes,__ connect to their input/output/error pipes, and obtain their return codes. This module intends to replace several older modules and functions: ''os.system'', ''os.spawn*'' | | [[https://docs.python.org/3/library/telnetlib.html|telnetlib]] | Provide a Telnet class that implements the __Telnet protocol__. |