We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaeb67f commit cc0ecdbCopy full SHA for cc0ecdb
readme.md
@@ -1,4 +1,5 @@
1
Python SimpleHTTPServer as an windows executable.
2
+https://github.com/maditnerd/WinSimpleHTTP/releases/download/1.0/web.exe
3
4
I always forgot which commands to run to use python simple http server, so I build it as an executable using pyinstaller.
5
You can either
@@ -17,6 +18,6 @@ web
17
18
```
19
Share the current folder on port 8000.
20
-https://github.com/maditnerd/WinSimpleHTTP/releases/download/1.0/web.exe
21
+
22
23
Source: https://docs.python.org/2/library/simplehttpserver.html
0 commit comments