1

How to pack Python scripts as a standalone add-in for Revit, hiding the code from users?

I am currently using pyRevit to create Python scripts for Revit. However, I want to create a stand-alone add-in that does not require pyRevit to be installed. I also want to hide my code from users, so that they cannot modify it.

Can anyone provide me with some guidance on how to do this?

ehudahan
  • 11
  • 1
  • it is simply like the Dynamo Player, You should study the Revit API and how to harvest the Dynamo Libraries to run your add-in. no one will give you the complete track to build your add-in from scratch as it will vary from one person to another. Also, I see no harm in using PyRevit , as it solves the Issue, instead of requiring PyRevit to be installed you will be requiring your add-in to be installed. – Mostafa Tarek Yassien Aug 27 '23 at 12:34

0 Answers0