I have to total of 8 python files and I converted it into exe using auto-py-to-exe module in Visual Studio code and the output exe file is about 80 MB. It is working fine in developer laptop with high end specification and opens in about 5 seconds.
But when I share the same exe to lower specification laptops, the startup of exe files take more than a minute.
Is there any method other than auto-py-to-exe to convert python to exe which works faster.