# python_test **Repository Path**: srzyhead/python_test ## Basic Information - **Project Name**: python_test - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-04 - **Last Updated**: 2023-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wechat_jump 微信小游戏跳一跳 结合了两位大神代码的优点,https://github.com/wangshub/wechat_jump_game ,https://github.com/moneyDboat/wechat_jump_jump 运动模板匹配找到起始点的位置 边缘检测找到目标的上边缘的横坐标,然后根据起始点和终止点成30度,找到目的点的横坐标,确定之后,计算距离,计算按压时间,大功告成 ## 注意 本代码是对https://github.com/wangshub/wechat_jump_game 的修改,运行环境需求、运行步骤跟https://github.com/wangshub/wechat_jump_game 一模一样,如果不清楚可以移步至 https://github.com/wangshub/wechat_jump_game ## 安装Tesseract sudo apt-get install tesseract-ocr 安装中文 sudo apt-get install tesseract-ocr-chi-sim