Code Monkey home page Code Monkey logo

hupaisubmithelper's Introduction

沪牌拍卖出价助手

2022.4.17 更新 Releases

打包为exe
可直接下载运行V1.0版本

2022.4.23 更新 拍中实例

预祝大家早日拍上沪牌
enter_submit.py 单按键辅助
BidHelper.py 多按键辅助

Requirements

PyAutoGUI
keyboard
PyMouse
pymouse_pyhook3

操作方法

步骤1

将鼠标指针移至确认键位置,按回车获取确认键坐标

步骤2

获取坐标后,确认x坐标和y坐标

步骤3

在输好验证码后,按回车即可确定报价

已知问题

在Python3.9之后的版本中,PyMouse可能无法正常工作

错误信息1

File "X:\python\lib\site-packages\pymouse\__init__.py", line 92, in <module>
    from windows import PyMouse, PyMouseEvent
ModuleNotFoundError: No module named 'windows'

修改方法

跳转到"X:\python\lib\site-packages\pymouse\__init__.py"
将 line 92 修改为 from pymouse.windows import PyMouse, PyMouseEvent

错误信息2

Traceback (most recent call last):
  File "X:\python\lib\site-packages\pymouse\__init__.py", line 92, in <module>
    from windows import PyMouse, PyMouseEvent
  File "X:\python\lib\site-packages\pymouse\windows.py", line 23, in <module>
    import pythoncom, pyHook
ModuleNotFoundError: No module named 'pyHook'

修改方法

将 line 22: import pythoncom, pyHook
修改为       import pythoncom
            import pymouse_pyhook3 as pyHook

Stargazers over time

Stargazers over time

hupaisubmithelper's People

Contributors

jackcobra11 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.