msinfo32 for processing on windows systems, app for creating a Windows Model for data collection and reporting

This commit is contained in:
Xevion
2019-11-09 20:32:15 -06:00
parent bc85ff2caf
commit ede4004fed
3 changed files with 22 additions and 0 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Repository Specific files/folders # Repository Specific files/folders
/specs/data/** /specs/data/**
# Temporary Files {REMOVE IN FINAL RELEASE(S)}
main.py
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]

19
specs/app.py Normal file
View File

@@ -0,0 +1,19 @@
class SpecsWindows(object):
def __init__(self):
pass
@property
def mobo():
pass
@property
def cpu():
pass
@property
def gpu():
pass
@property
def os():
pass

0
specs/msinfo32.py Normal file
View File