mirror of
https://github.com/Xevion/specs.git
synced 2025-12-05 23:16:23 -06:00
msinfo32 for processing on windows systems, app for creating a Windows Model for data collection and reporting
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,9 @@
|
||||
# Repository Specific files/folders
|
||||
/specs/data/**
|
||||
|
||||
# Temporary Files {REMOVE IN FINAL RELEASE(S)}
|
||||
main.py
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
19
specs/app.py
Normal file
19
specs/app.py
Normal 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
0
specs/msinfo32.py
Normal file
Reference in New Issue
Block a user