winsysinfo/README.md

625 B

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