Best way to share Python scripts & button settings?

Good morning.

This is my first post. I’m new to Rhino but not Python…

I’d like to start by thanking the Rhino developers for including Python support into Rhino and doing such a great job in documenting the API. It has been a pleasure to use it…

In the past couple of months I’ve written a bunch of different python scripts. From the Rhino GUI I know how add buttons that run my python scripts. What I would like to do now is share my scripts and these buttons settings with my fellow coworkers. What is the best way of doing this? Is creating a Python plugin the best way of accomplishing this? If so, is there documentation or an example showing how to do this?

Regards,
Bruno

Hi Bruno,
Some people use a shared directory to store the scripts. You may also be interested in the script compiler that David just posted about as another possible way to bundle your scripts
http://discourse.mcneel.com/t/rhino-script-compiler-for-rhino6-first-beta

Thanks Steve. Looks promising. I’ll try it out!