mirror of https://gitlab.com/baco/winsysinfo.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
README.md | 7 years ago | |
SystemInformation.py | 7 years ago | |
setup.py | 7 years ago | |
setup_py2exe.py | 7 years ago |
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