https://github.com/AliFlux/MapTilesDownloader I tried the following:
PS C:\Program Files\MapTilesDownloader-master\src> python server.py
but I received the following result:
Traceback (most recent call last):
File "server.py", line 3, in <module>
from http.server import BaseHTTPRequestHandler, HTTPServer
ImportError: No module named http.server
Could you please help me solve this problem? Thank You in advance.