Simple gatherer of system information under windows
Go to file
Dionisio E Alonso 5721c1b273 Delete diskette drive letters from device list
The device list was generated from the complete uppercase alphabet.
Diskette letters A and B doesn't need to be tested, so the new list
starts from letter C.
2015-04-15 18:27:08 -03:00
README.md Spelling correction in README 2015-04-10 16:49:23 -03:00
SystemInformation.py Delete diskette drive letters from device list 2015-04-15 18:27:08 -03:00
setup.py Add setup scripts with building instructions 2015-04-08 09:18:57 -03:00
setup_py2exe.py Add setup scripts with building instructions 2015-04-08 09:18:57 -03:00

README.md

Usage

  • Double click on application file.

  • or in a Cmd shell:

      \> .\SystemInformation.exe
    

Output are both, a file named system_information.txt and stdout. Both display the same information: CPU, Video devices, RAM, Disk free space and OS version.

Requires

Running from source or building: Python 3.x

Running binary: nothing is required.

Building

\> pip install py2exe
\> python -m py2exe.build_exe -b1 SystemInformation.py

Download