Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 687 Bytes

File metadata and controls

16 lines (12 loc) · 687 Bytes

Python: Folder XML Scraper 🔍🐍

Small helping-tool to scrape a folder with .xml-files for a specific string inside an .xml

created with help of the chat gpt ai

How To Use 🚀

  1. Run the main.py in Python
  2. Enter a directory path you want to be searched
  3. Enter a string you want to search inside the XML files of the directory
  4. It will print all the files it finds that contain the string

How To Build 🛠️

  1. Make sure you have pyinstaller installed on your system
  2. Execute pyinstaller --onefile path/to/main.py in your preferred terminal
  3. The Executable should be in a sub-folder called dist as main.exe (if you have not added the -n command)