This tool automatically extracts all import statements from the specified JAR files. It does so by extracting the .class files, decompiling them using CFR, and then gathering every line that starts with 'import'. The results are saved in a text file, with a progress bar showing the process.
CSS:
[SETTINGS]
output_folder = C:\Users\Your pc name\Desktop\Extract Jar Files
output_file = imports.txt
notepadpp_path = C:\Program Files\Notepad++\notepad++.exe
jar_files = scripts.jar, server.jar