Thank you for your review.
The settings can already be changed. Go to [Preferences] → [Add-ons] → [Script Launcher] → [Category (N-Panel)] and set it to your preferred category, such as "Scripts" or "Python".
This is awesome! Thank you! It would be great if it didn't create the __ pycache __ folder when you run a script or if needed, it could be hidden from the panel.
Thanks for the kind review!
This is addressed in v1.2.1 — running a script no longer creates __pycache__ (bytecode writing is suppressed during execution, including for modules your scripts import), and any existing __pycache__ folders are now hidden from the panel.
Very useful, thanks for the extension! As a humble proposal: To save precious space in the N-panel, I suggest changing the label from "Script Launcher" to something shorter, like "Scripts" or "Python". (It's already implied that you can launch your scripts so I think it might be beneficial to shorten it.)