winsysinfo/README.md

27 lines
625 B
Markdown
Raw Permalink Normal View History

2015-04-10 19:39:53 +00:00
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.
2015-04-10 19:49:23 +00:00
Requires
--------
2015-04-10 19:39:53 +00:00
**Running from source or building:** Python 3.x
2015-04-10 19:45:18 +00:00
**Running binary:** nothing is required.
2015-04-08 15:37:20 +00:00
Building
--------
\> pip install py2exe
\> python -m py2exe.build_exe -b1 SystemInformation.py
Download
--------
2015-04-10 19:39:53 +00:00
- [Release 0.2](http://grulic.org.ar/~dalonso/SysInfo-0.2.zip)
- [Release 0.1](http://grulic.org.ar/~dalonso/SysInfo-0.1.zip)