What I have to do for several files dynamo working?

I made a dynamo and it’s worked.
I open a file and run the dynamo with dynamo player. I can get result that I want. but I have a lot of files…
I have to do it all over them, but that would take a lot of time.
How can I run my dynamo to all of files? a method that I know is using Python Script. but my dynamo and python skill is low, so
So I’d like to ask you a question.
Is there something like this?

--------------------------------Python Script ------------------------------
directory = IN[0]

for fileInDir in IN[0] :
open file
runDynamoMethod at fileInDir
save file
close file

it’s bad grammar but you know what I want to do?
I think changing my dynamo to Python script is not required if method is exist like that…

Have a look at Bird Tools Dynamo Multiplayer

2 Likes