Results 1 to 2 of 2
  1. #1
    joggyaton's Avatar
    Join Date
    Feb 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Lightbulb Pogramming "mouse"? undetectable alternative to pyautogui/pywinauto?

    Instead of running scripts with pyautogui or pywinauto (both python libraries) is there any way of programing a mouse in a "native" way, like, outside of the OS (undetectable)

    I remember once saw a logitech mouse that was able to add scripts, but I am not sure what are the limitations/posibilities

    Would be cool the same for a keyboard, any ideas?

  2. #2
    wittybro's Avatar
    Join Date
    Mar 2023
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    It is not possible to program a mouse or a keyboard in a completely "native" way, as both devices interact directly with the operating system (OS) and rely on its drivers and APIs to function. Any interaction with a mouse or keyboard, whether through libraries like pyautogui and pywinauto or through a script running on the device itself, would be detectable by the OS.

    That being said, some gaming mice and keyboards come with software that allows you to program macros and key bindings, which can automate certain tasks within games or other applications. These macros and key bindings are typically stored on the device itself, so they can be used without running any additional scripts or software on the OS.

  3. The Following User Says Thank You to wittybro For This Useful Post:

    Adrian193 (3 Days Ago)

Similar Threads

  1. [Help Request] Help with code. Using quotes within quotes.
    By howl2000 in forum C++/C Programming
    Replies: 1
    Last Post: 09-07-2014, 11:13 PM