Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.11 KB

README.md

File metadata and controls

66 lines (47 loc) · 2.11 KB

Excel

Convert xls files to xlsx Using Python Pandas Module Link

Combine multiple excel files Using python pandas module Link

Copy and Paste the source Excel file to destination Excel file using Python openpyxl module Link

Copy Excel Sheet to another Using Python openpyxl module Link

Rename A Excel File Link

Rename Workbook Name Using Python openpyxl module Link

Convert xls files to xlsx Using Python Pandas Module and then Copy and Paste the source Excel file to destination Excel file using Python openpyxl module Link

Optical Character Recognition ( OCR )

Optical Character Recognition using python pytesseract module Link

Convert doxc file to PDF file

Need to install python-docx and comtypes module Link

PDF

Convert PDF to CSV file Using Python tabula module Link

Convert PDF to xlsx file Using Python pandas and openxl module Link

PyPDF2

  1. Split the PDF file
  2. Combine the PDF files
  3. Extract specific pages of PDF
    Link

Rename

Rename a file using Python pathlib module Link

Rename Multiple Files Using Python Link

Web Scrapy

WebScraping Tech Companies Stock data Link

WebScraping Liberty Times Link

WebScrapyOldBuilding: WebScraping from the website (http://group.lifego.tw/), use python BeautifulSoup module to scrapy old apartment communities and then save as an Excel file Link or a csv file Link.

Zip and unzip files

Compress files and directories Link

Extract files and directories Link