This is a Python script that extracts and copies all PNG files from a given ".tar.gz" archive containing a ".pro" file, based on the target specified in the ".pro" file.
This script is released under the MIT License. Please see the LICENSE file for more information.
Place the ".tar.gz" archives containing the ".pro" files in the same directory as the script and run it. The script will extract the PNG files and copy them to the target directory based on the target specified in the ".pro" file.
- Python 3
- Subprocess module
- OS module
- Shutil module
Contributions are welcome. Please fork the repository, make your changes, and submit a pull request.