Download here
cd C:\path\to\downloaded\script
py simple_web_server.py
Then access the web server on your computer or any other device on your network with the provided hostname.
Note: By default, command prompt puts you in C:\Users\{Your username}
. To go to your downloads folder, run the following commandset instead of the aforementioned set:
cd Downloads
py simple_web_server.py
cd C:\Users\TotallyMonica\Downloads
py simple_web_server.py
cd C:\Users\TotallyMonica\Desktop
py simple_web_server.py