[GH-ISSUE #314] How to include models, github files, and other libraries. #274

Closed
opened 2026-02-26 12:21:02 +03:00 by kerem · 4 comments
Owner

Originally created by @CGMikeG on GitHub (Sep 17, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/314

Originally assigned to: @CGMikeG on GitHub.

Hi,

I am just wondering if there is a way to turn a huge file into an .exe.

I am currently trying to create a GUI for a program called openmmd. Links below. I don't own the repository but I have always wanted to create a GUI for users to make it easier to use.

https://github.com/peterljq/OpenMMD

I was able to create a simple GUI but not sure how to turn it into working executable.

What the program is suppose to do is to convert a video to a vmd file, something similar to fbx or bvh. But as you can imagine this will have to include a huge python libraries, models, etc.

I was already expecting your program to just compile the GUI but I was not sure how I can make this detect all the other required file.

By the way I am new python, I am just hoping that somebody can point me into the right direction.

My aim is to hopefully to make a stand alone program without the user needing to install python.

Thanks.

Originally created by @CGMikeG on GitHub (Sep 17, 2022). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/314 Originally assigned to: @CGMikeG on GitHub. Hi, I am just wondering if there is a way to turn a huge file into an .exe. I am currently trying to create a GUI for a program called openmmd. Links below. I don't own the repository but I have always wanted to create a GUI for users to make it easier to use. https://github.com/peterljq/OpenMMD I was able to create a simple GUI but not sure how to turn it into working executable. What the program is suppose to do is to convert a video to a vmd file, something similar to fbx or bvh. But as you can imagine this will have to include a huge python libraries, models, etc. I was already expecting your program to just compile the GUI but I was not sure how I can make this detect all the other required file. By the way I am new python, I am just hoping that somebody can point me into the right direction. My aim is to hopefully to make a stand alone program without the user needing to install python. Thanks.
kerem 2026-02-26 12:21:02 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@brentvollebregt commented on GitHub (Sep 23, 2022):

Any required binaries/executables can be added by the "--add-binary" in the advanced section. Pretty much any other type of file can be added using the "Additional Files" section.

To get something large working it's a loop of bundling, running, seeing what went wrong, fixing it and repeating this cycle.

<!-- gh-comment-id:1255811392 --> @brentvollebregt commented on GitHub (Sep 23, 2022): Any required binaries/executables can be added by the "--add-binary" in the advanced section. Pretty much any other type of file can be added using the "Additional Files" section. To get something large working it's a loop of bundling, running, seeing what went wrong, fixing it and repeating this cycle.
Author
Owner

@brentvollebregt commented on GitHub (Sep 29, 2022):

@CGMikeG is this an issue or can we close this?

<!-- gh-comment-id:1261795435 --> @brentvollebregt commented on GitHub (Sep 29, 2022): @CGMikeG is this an issue or can we close this?
Author
Owner

@github-actions[bot] commented on GitHub (Oct 30, 2022):

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

<!-- gh-comment-id:1296058348 --> @github-actions[bot] commented on GitHub (Oct 30, 2022): This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 5, 2022):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:1304368486 --> @github-actions[bot] commented on GitHub (Nov 5, 2022): Closing issue due to no activity in more than 60 days.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#274
No description provided.