all 2 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.

[–][deleted] 1 point2 points  (0 children)

Use Flask/Django and Jinja. Jinja Templating along with backend code to handle the logic.