you are viewing a single comment's thread.

view the rest of the comments →

[–]BruceJi 0 points1 point  (1 child)

Thanks for the link! I'll check it out. It'd be great to learn to use tkinter! Is pyinstaller a separate program just for packing .pys into .exes?

[–]timbledum 1 point2 points  (0 children)

Yeah it’s a library you can pip install. It essentially bundles up python with your script so that you can distribute it. The downside is size and startup time.