Skip to content

TotallyMonica/SimpleWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Web Server

Prerequisites:

Python 3

Usage:

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

Examples:

cd C:\Users\TotallyMonica\Downloads
py simple_web_server.py
cd C:\Users\TotallyMonica\Desktop
py simple_web_server.py

About

A simple web server in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages