美文网首页初见
Python大漠开发环境配置

Python大漠开发环境配置

作者: 黑猫编程 | 来源:发表于2020-05-19 22:41 被阅读0次
    import win32com.client
    import os
    import time
    
    BASE_DIR = os.path.dirname(__file__)
    dm = win32com.client.Dispatch("dm.dmsoft")
    print(dm)
    print(dm.Ver)
    
    setpath_ret = dm.SetPath(BASE_DIR)
    print(setpath_ret)
    
    setdict_ret = dm.SetDict(0, "sysfont.txt")
    
    findstr_ret = dm.FindStrFast(0, 0, 1366, 768, "是", "222326-227ec6", 0.9)
    print(findstr_ret)
    
    pip install -i https://pypi.douban.com/simple/ Sip
    pip install -i https://pypi.douban.com/simple/ PyQt5
    pip install -i https://pypi.douban.com/simple/ PyQt5-tools
    

    相关文章

      网友评论

        本文标题:Python大漠开发环境配置

        本文链接:https://www.haomeiwen.com/subject/nqfwohtx.html