While I'm not new to development I am however new to sharing my creations, I want them to be easily downloadable without much issue on the users end while still being able to easily update it. for context, I have made a Python game using the customtkinter library. I figured out how to turn it into an exe file but there are dependencies it needs to run, how would I be able to package all that into one downloadable file as well as be able to easily update it if needed?
edit: the app is a game but this problem seems more general