How to gather information about the system hardware?

s0suk3 at gmail.com s0suk3 at gmail.com
Thu May 8 04:38:30 EDT 2008


On May 8, 2:14 am, "Florencio Cano" <florencio.c... at gmail.com> wrote:
> Hi,
> I'm looking for a method of gathering information about the system
> hardware and software installed using Python. I would like to do it in
> UNIX and in Windows. I think that it would be good in Windows to look
> in the registry and be able to parse and search it. Any pointer to
> information would be appreciated.
> Thanks.


The 'platform' module gives a lot of information about the hardware
and OS. To access the Windows Registry, you can use the '_winreg'
module.



More information about the Python-list mailing list