-1
I’m conducting some tests with Python
and would like to extract some data that are presented on the page of "System information" in the Windows.
I know the library "os
" of Python
allows us to execute processes like this, which is the msinfo32
.
I would like some guidance on how to extract data from, for example, the field "Processor" and "Product Baseboard". What would be the best resources or libraries to send this information as a string
, for example?
I’m using Python 3.7.2
I had already done some tests with this library as well, but if I needed specifically the information contained in msinfo32, there would be some way?
– Algeu Junior
You have information that you can get with a systeminfo. I’ll put in the answer. If you need something more specific, tell us what we can help you with.
– Rafael Barros