https://github.com/fieryrms/androidautoclicker
An auto clicker for Android, using adb and srccpy
https://github.com/fieryrms/androidautoclicker
Last synced: 15 days ago
JSON representation
An auto clicker for Android, using adb and srccpy
- Host: GitHub
- URL: https://github.com/fieryrms/androidautoclicker
- Owner: FieryRMS
- License: mit
- Created: 2022-08-16T10:12:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T10:37:54.000Z (almost 3 years ago)
- Last Synced: 2025-11-09T05:03:27.073Z (8 months ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidAutoClicker
An auto clicker for Android, using adb and srccpy. This project is currently in a working state. The basic functionality is there, but there are still some bugs to work out and features to add.
## Features to add
---
- [ ] Allow control when not recording
- [ ] Clear recording
- [ ] Save recording
- [ ] Load recording
- [ ] Allow editing of recording
- [ ] Make a better way to connect to the device - currently I used the adb program to first connect to the device then refresh the list in my program to get the device. Perhaps I can streamline this process in the future.
## Known bugs
---
- need to reimplement the "swipe" action, it does not work as I thought it would. Will probably need to use the "drag" action under the hood instead.
- the video stream is kinda laggy. Idk how to fix tho.