# htable2csv [crates.io](https://crates.io/crates/htable2csv) Scrape HTML tables to .csv files, from your terminal. #### Description: Program accepts an http uri and downloads HTML tables contained as .csv files. Install (from crates.io) ```bash cargo install htable2csv ``` Run ```bash htable2csv https://www.w3schools.com/html/html_tables.asp ``` Help ```bash htable2csv -h htable2csv 0.1.1 Kostas L. Scrapes HTML tables from the web! USAGE: htable2csv [ARGS] FLAGS: -h, --help Prints help information -V, --version Prints version information ARGS: Http page url to be scraped. (Required) Relative path for the folder to place the output. (Optional) File prefix for the output files for each table. (Optional) ```