An OPC UA asynchronous application with client/server functionality for industrial systems.
You'll need Pywin32 which can be downloaded from Pywin32
Also you need to download this .dll (Included in the wrapper folder) When downloaded you need to open the command prompt navigate to the folder the wrapper.dll is in and run this command:
Add the .dll file to C:/Windows/System32
regsvr32 gbda_aut.dll
These are the libraries needed, should work for Python >3.6.x
pip3 install asycnio
pip3 install asyncua
pip3 install PyQt5