Python Tools

Scrape all URLs From a Website and Write Into CSV

In this article I will show how to crawl any website and collect all URLs of all links that it has. The registered users are also able to copy the whole script with additional function - writing to CSV and TXT files.

How to extract data from PDF into Excel or CSV using Python

This Python script allows to extract tables from PDF files and save them in Excel or CSV format.