I'm considering using Linux at some point, but one thing I can't find is a macro creator that is simple and complete.
For Linux, there are generally only programs to use by command and not an interface that allows you to do everything visually.
Actiona / Actionazhttps://github.com/Jmgr/actionahttps://github.com/niconil/actionazI can't even find where to download it and it seems that it hasn't been updated in a long time.
SikuliX1https://raiman.github.io/SikuliX1/The only thing you have to do visually is select the image and little else, the rest is to use as scripting.
Pulover's Macro Creatorhttps://www.macrocreator.com/It's free, open source and built with AutoHotkey, only for Windows.
Macro Recorderhttps://www.macrorecorder.com/It is currently what I use, it is really complete and very easy to use, only for Windows and Mac.
PyAutoGUIIt is quite complete in terms of functions to create macros, it is available for Windows, Mac and Linux, however, being only a Python module it only works by commands, so in principle it is not easy for a common user as the previous programs.
Does anyone know of an option as complete as PyAutoGUI but with an easy-to-use interface to create macros like Macro Recorder?