WINDOWS ONLY!
DazContentInstaller is a user-friendly tool designed to simplify the process of extracting archives, as well as installing and removing assets. It addresses the issue where third-party assets sometimes lack the proper structure for importing with the DAZ Install Manager.
You can either get the Release or clone the repository and install the requirements to run the main file with Python:
- You can either drag and drop your archives or add them with the button below
- If an archive cannot be imported, you will receive a warning or an error. You need to manually import those if the archive is not corrupt.
- To remove an asset from the library switch to the Uninstall tab
- To update the tool download the latest archive and replace your current binary(.exe file) with the new one
To use the debug mode, open the config.ini and change the DebugMode value to true. This prints more info in the logs that are helpful to find bugs.
https://www.7-zip.org/ using their console tool
patool for extracting archives
CustomTkinter library used for the GUI
Messagebox Widget custom messagebox widget
Tooltip Widget custom tooltip widget
Pywinstyles to enable the drag and drop feature
PyInstaller to create the binary