Use this tag for questions about the PyQt resource compiler utility (pyrcc4 or pyrcc5)
From the PyQt documentation for pyrcc:
pyrcc is PyQt’s equivalent to Qt’s rcc utility and is used in exactly the same way. pyrcc reads the .qrc file, and the resource files, and generates a Python module that only needs to be imported by the application in order for those resources to be made available just as if they were the original files.