Decoil (Python)
Personal project: simple antirecoil tool built in Python.
Moves the mouse automatically when both left and right buttons are held to counter recoil.
Notes / Features
- simulates mouse movement using
ctypes
and Windows API - smooth, continuous downward movement to counter recoil
- works when both left + right mouse buttons are pressed
- uses
pynput
for mouse click detection