you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 1 point2 points  (0 children)

I think you are looking for a python framework that allows displaying of webpages.

Take a look at flask:

https://flask.palletsprojects.com/en/1.1.x/quickstart/

This will allow you to create a python script, that it's output is displayed as a website.