• 大小: 83KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-06-18
  • 语言: Python
  • 标签: winio  

资源简介

PYTHON的winio.利用python+rabird.winio模块实现驱动级按键

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-

#
# Copyright 2018 Hong-She Liang .  All rights
# reserved.
#
# Licensed under the Apache License Version 2.0 (the “License“);
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing software
# distributed under the License is distributed on an “AS IS“ BASIS
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

“““Top-level package for winio-binary.“““

import os.path

__author__ = “““Hong-She Liang“““
__email__ = ‘starofrainnight@gmail.com‘
__version__ = ‘0.0.6‘


def get_data_dir(version=‘3.0‘):
    return os.path.join(os.path.dirname(__file__) ‘data‘ version)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-18 23:29  winiobinary\
     目录           0  2019-01-18 23:29  winiobinary\data\
     目录           0  2019-01-18 23:29  winiobinary\data\2.0\
     文件       49152  2018-06-01 22:21  winiobinary\data\2.0\WinIo.dll
     文件        4944  2018-06-01 22:21  winiobinary\data\2.0\WinIo.sys
     文件        5174  2018-06-01 22:21  winiobinary\data\2.0\WINIO.VXD
     目录           0  2019-01-18 23:29  winiobinary\data\3.0\
     文件       13312  2018-06-01 22:21  winiobinary\data\3.0\DumpPhys.exe
     文件       13312  2018-06-01 22:21  winiobinary\data\3.0\DumpPort.exe
     文件       45568  2018-06-01 22:21  winiobinary\data\3.0\WinIo32.dll
     文件        6656  2018-06-01 22:21  winiobinary\data\3.0\WinIo32.sys
     文件       44544  2018-06-01 22:21  winiobinary\data\3.0\WinIo64.dll
     文件       10920  2018-06-01 22:21  winiobinary\data\3.0\WinIo64.sys
     文件         920  2018-06-01 22:21  winiobinary\__init__.py
     目录           0  2019-01-18 23:29  winiobinary\__pycache__\
     文件         551  2019-01-18 23:29  winiobinary\__pycache__\__init__.cpython-37.pyc

评论

共有 条评论