Python Forum
change between web pages with python script
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
change between web pages with python script
#7
You can create a webpage, i.e. html, by just writing strings of html to a text file: If you want your application to actually serve web pages, then you can hand code the work but you would probably be best looking at a framework like Flask (or django for a large application). There are lots of alternatives.

If you want to read an existing website, then take a look at part of the book Automate the Boring Stuff with Python.
I am trying to help you, really, even if it doesn't always seem that way
Reply


Messages In This Thread
RE: change between web pages with python script - by gruntfutuk - Sep-30-2018, 02:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Re-write BASH script to Python script popi75 5 2,469 Apr-30-2021, 03:52 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020