PyMacroRecord icon indicating copy to clipboard operation
PyMacroRecord copied to clipboard

Great Software <-> Command Line Version

Open boadley opened this issue 1 year ago • 0 comments

Thank you for this beautiful piece of software.

Software works great, and it's will be nice to have a command line version, so it becomes scriptable.

i.e

while true;
do
     python3 main.py --automation_file.pmr --repeat 10 --delay 300
     sleep 3
     python3 main.py --automation_file_2.pmr --repeat 1
     sleep 3
end

boadley avatar Jul 25 '24 11:07 boadley