LOUDO56/PyMacroRecord

Great Software <-> Command Line Version

Closed this issue · 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