Skip to content

bunheree/auto-tracking-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About: auto-tracking-actions

This src aids in the execution of random clicks or keyboard presses.
Keep the screen from freezing!

The Ideas

  • randomClick() The click will be auto with a random time of 1-2 minutes and a random spot.

  • keyPressAuto()

    • Replace 'right' text in press() for they key you want to press auto

    • Replace nameId condition (nameId == 95629 or nameId == 810) with the id of the app can auto press

      • For check the nameId you can use print(nameId) with time.sleep(3) and move to the app current to see it nameId
  • switchApp() Auto switch app after random time. You need check the app position with print(pyautogui.position())

  • customActions() Any actions you wish can be customized. The feature is an illustration of an automatic click on another app and press in a particular app.

Run

Set the main platform by replace value for main_platform variable macos or window

python3 /auto-tracking-actions/index.py

About

This src aids in the execution of random clicks or keyboard presses. Keep the screen from freezing!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages