LOUDO56 / PyMacroRecord

Free and Open Source Macro Recorder with a modern GUI using Python
https://www.pymacrorecord.com/
GNU General Public License v3.0
260 stars 51 forks source link

Optimize Option for .PMR files #34

Closed hl2guide closed 2 months ago

hl2guide commented 3 months ago

Is your feature request related to a problem? Please describe. PMR files record specific movements of the mouse and as a result they less legible than they should be.

Describe the solution you'd like The ability to optimize PMR files would be useful for scripts that still work without an exact mouse path/movement. Avoiding the output of over 200KB PMR files for simple recordings.

e.g.

move mouse pointer to 200,300
Click left mouse button
wait 2 seconds
end

thanks for making useful software.

LOUDO56 commented 3 months ago

Hello, yes I'll have to take a look at it, but for now if you want, you can record macros without the mouse movement and only recording the clicks.