GithubHelp home page GithubHelp logo

jonty01 / designthinking-automation_tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vanillabase1lb/designthinking-automation_tool

0.0 0.0 0.0 3.06 MB

Open source mouse automation tool for Windows.

License: GNU General Public License v3.0

C++ 100.00%

designthinking-automation_tool's Introduction

DesignThinking-automation_tool

Open source mouse automation tool for Windows.

autoclicker.exe simulates multiple clicks without any restriction over mouse position.

mouse_retracer_static.exe saves mouse positions on screen any repeats it any number of times with a constatnt time delay between 2 clicks.

mouse_retracer_dynamic.exe saves mouse positions on screen any repeats it any number of times with the original time delay (that existed while recording mouse steps) between 2 clicks.

How to download

Precompiled binaries can be found insidde binaries folder.: Download autoclicker.exe, mouse_retracer_static.exe, mouse_retracer_dynamic.exe directly. Chrome might refuse to download .exe files and antivirus software may try to block it from executing. Recommended to compile from scratch.

To compile from source

Download the repository manually or using git clone:

git clone https://github.com/VanillaBase1lb/DesignThinking-automation_tool

cd DesignThinking-automation_tool

mkdir binaries-new

g++ autoclicker.cpp -o .\binaries-new\autoclicker.exe

g++ mouse_retracer_static.cpp -o .\binaries-new\mouse_retracer_static.exe -static-libstdc++ -static-libgcc --- static flags optional

g++ mouse_retracer_dynamic.cpp -o .\binaries-new\mouse_retracer_dynamic.exe -static-libstdc++ -static-libgcc --- static flags optional

Linux and MacOS users

Sorry, this project uses header files and syscalls exclusive to Windows. Try running under WINE or contribute to the project.

Please open an issue if there is an error or the instructions are not clear enough

Sometimes it may not able to grab windows with admin privilages, in such case run as administrator.

designthinking-automation_tool's People

Contributors

vanillabase1lb 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.