<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    I have some simple scripts that I use on various projects. These
    typically act on the active layer and thus require no input from the
    user. I'm looking for a simple single-click way to to execute these.
    Obviously if they are open in the editor window of the python
    console, I can run them, but that requires keeping them open in the
    console. I could make them into processing scripts, but those
    typically call for user input.* I could attach them to the menus,
    but that seems overkill and litters the menus when they're not
    needed. How do others deal with scripts like this?<br>
    <br>
    * Is there a way to write a processing script that doesn't display
    the window for user input? Leaving an empty initAlgorithm still
    produces a dialog with no inputs.<br>
  </body>
</html>