Giter Site home page Giter Site logo

jjgamer's Introduction

Jump-Jump auto Gamer

Introduction

The auto gamer of Wechat's Jump-Jump game, written in python, with opencv-python.

Usage

  1. Install adb tool, connect your Android phone via USB port, execute adb devices to connect the adb to Android.
  2. Create device specification script under Devices folder, SamsungS8.py for example.
  3. Describe the device specification in your device script, change the import in Gamer.py from SonyXZ to your device.
  4. Run the script Gamer.py with python3.

Dependency

Install these dependencies via pip:

  • opencv-python
  • matplotlib
  • numpy

License

license

This project is released under MIT License.

jjgamer's People

Contributors

thenetadmin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jjgamer's Issues

from .cv2 import * 遇到 ImportError

(env) λ python Gamer.py
Traceback (most recent call last):
  File "Gamer.py", line 2, in <module>
    from Utils.Elements import Chess, PlayGround
  File "C:\Users\skhe\JJGamer\Utils\Elements.py", line 1, in <module>
    import cv2 as cv
  File "C:\Users\skhe\wechat_jump_game\env\lib\site-packages\cv2\__init__.py", line 9, in <module>
    from .cv2 import *
ImportError: DLL load failed: 找不到指定的模块。

(env) λ pip freeze | grep opencv
opencv-python==3.3.0.10

对opencv-python版本有要求?

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.