corpnewt / GenSMBIOS

Py script that uses acidanthera's macserial to generate SMBIOS and optionally saves them to a plist.
MIT License
1.63k stars 241 forks source link

How about to modify this code to a python module for external call #23

Open robinvanyang opened 2 years ago

robinvanyang commented 2 years ago

Hi, I'm writing some python code for hackintosh files auto generation, and I try to call this program to gen smbios by pyautogui, but it seems a little hard to auto complete the generate flow, so, could you make it to a python package?