- The version of Python used is 3.12.5
- Installed in
C:\Python312
- Add the modules in
C:\Python312\Scripts
usingpip3 install <package name>
writing.py
- Write to filepysave.py
- Extract contents from awebpage and write to file / parse textWebScrapeChatGPT.py
- Webscrape and parse content usingrequests
andBeautifulSoup4
packageshtml.zip
- Sample html.txt file scarped frrom a Web URL and zipped