I have a very large Python script that I am using pyinstaller with to create an exe. I need to download an XML file but would like to keep the exe as small as possible as it is already getting quite large.
Is there a method within Python to get a file from a URL? I was not able to find anything without an external library