mirror of
https://github.com/Xevion/specs.git
synced 2025-12-06 03:16:33 -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
|
# 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
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