There is a large copy of the site that I would like to link in my executable created using python 3 and py2exe.
On the official HTTrack website in the FAQ section, they say that this is an available version of the DLL / library ..
But I donβt know where to start, or even how to use the DLL as soon as it is associated with the executable.
So, how can I associate httrack with the python 3 executable and use its functions to start copying websites?
Edit:
I found httrack-py 0.6.1 , but it only supports python 2 and uses the old version of httrack, so I cannot use this for my executable.
source share