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?