Web Server Modules
A downloadable tool
Files in the same directory as the program will be at /web/(file-name)
if the file does not exist it will give a 404
It will run python files and display html files
Published | 1 day ago |
Status | In development |
Category | Tool |
Release date | 4 hours ago |
Author | pro2500 |
Tags | server, tools |
Download
Download
app.py 877 bytes
Install instructions
open the directory of where you put the app.py file in the terminal and run "python3 app.py" to run it, make sure you have flask( "pip install flask" ) and python (see instructions on python.org)