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
- Run the
main.py
in Python - Enter a directory path you want to be searched
- Enter a string you want to search inside the XML files of the directory
- It will print all the files it finds that contain the string
- Make sure you have pyinstaller installed on your system
- Execute
pyinstaller --onefile path/to/main.py
in your preferred terminal - The Executable should be in a sub-folder called dist as main.exe (if you have not added the -n command)