Python PDF Validator with Tkinter GUI

Built a PDF Text Validator using Python. It checks whether a specific text is present across multiple PDF files in a folder and generates a validation report. How it works: → Select a folder containing PDF files → Enter the required text to search for → Click Run Validation → Each PDF is scanned and marked as Pass or Fail → A CSV report is generated with file name, status, and remarks Features: → Tkinter GUI with folder browser and text input field → Case-sensitive and case-insensitive search options → Subfolder scanning support → Color-coded results table (green for Pass, red for Fail) → Summary showing total files checked, passed count, and failed count → One-click CSV export Built entirely with Python standard library. No external packages required. #Python #Automation #PDF #Tkinter #Scripting #ProcessAutomation

  • graphical user interface, website

To view or add a comment, sign in

Explore content categories