A Python tool designed to extract tables from any webpage and convert them into Markdown format. Easily integrate extracted tables into your Markdown documents for notes, documentation, or other projects.
$ python your_script.py <URL> <table_appearance>Parameters:
- URL: The URL of the webpage containing the HTML table.
- table_appearance: The appearance of the table within the HTML. (1,2,3,...)
Notes: If the script cannot perform a cURL action (e.g., due to network issues or invalid URL), it will exit with a status code of 1.
Clone the repository
$ git clone https://github.com/DiegoAndresRa/Table-Markdown-Extractor
$ cd Table-Markdown-ExtractorInstall dependencies
$ pip install -r requirements.txtExecute the program
$ python your_script.py <URL> <table_appearance>
