Can you make a version of weaver that allows input of a .py file that’s what’s in MAIN_APP_CODE? You can refuse if it’s against your interest, no worries.
You mean a version that can just turn a py file into an exe? I could but it’s quite easy to do with other tools that I don’t think there’s a market for it. I choose to convert Twine games to exe because a lot of people were fed up with having to learn a new skill before being able to do something so simple as packaging their game as an exe. It should be a simple task, but without knowing Electron or Python, it becomes difficult.
If you’re just looking to package a py file as an exe, have a look at this open source project:
https://pypi.org/project/auto-py-to-exe/
Thanks for your reply!