Git Product home page Git Product logo

mousejiggler's Introduction

mousejiggler

A mouse jiggler program implemented in python.

Pre-requisite:

  • Python 3.x installation.
  • An IDE prefered.
  • A virtual environment - optional.
  • python packages(pip package):
    • pyautogui
    • random
    • time
    • threading
    • keyboard

Here, pyautogui, keyboard package you need to get from pip install , other packages are readily available with python installation.

Usage:

  1. Install python 3.x or more.
  2. clone the repository or copy the code.
  3. create a virtual environment (optional)
    • command:
      python -m venv <your-virtual-environment-name>
    • Activate your virtual environment:
      • command(macos/linux) :
        source <path-to-your-virtual-env>/bin
      • command(windows):
        <your-venv>/Scripts/activate.bat
  4. Install the packages
    pip install keyboard pyautogui
  5. Execute the Script.
    • command:
      python main.py

usecase: No usage definition needed. ๐Ÿ˜‰

Optional enhancement: -

  • you can further optimise the code and create a os specific executable for the program.
  • Currently, the program terminates when you press esc on you keyboard. You can further customize and enhance the program termination logic.
  • The program is using python in-build threading library to run the module in a multi-threading enviornment. If anyone have experience and have worked with multi-threading in python. they are invited to enhance the threading behaviour of the program.

mousejiggler's People

Contributors

deepaksy avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

nalin70

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.