Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 486 Bytes

Python 3 constructs on Windows 11

  • The version of Python used is 3.12.5
  • Installed in C:\Python312
  • Add the modules in C:\Python312\Scripts using pip3 install <package name>

Web Scraping

  • writing.py - Write to file
  • pysave.py - Extract contents from awebpage and write to file / parse text
  • WebScrapeChatGPT.py - Webscrape and parse content using requests and BeautifulSoup4 packages
  • html.zip - Sample html.txt file scarped frrom a Web URL and zipped