Python – local http server Posted by Ray Fox 0 Install Python for windows F:\>python -m http.server Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ... then connect via a browser with URL http://localhost:8000 The current directory is served in the browser