Initial Commit
This commit is contained in:
18
bin/modules/configurator.py
Normal file
18
bin/modules/configurator.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""@package docstring
|
||||
This module configures PCs but relies heavily on external modules that are included with the package.
|
||||
"""
|
||||
|
||||
|
||||
class ConfigCreator:
|
||||
def __init__(self):
|
||||
print("""
|
||||
|
||||
|
||||
|
||||
Welcome to the PC-Configurator!
|
||||
--------------------------------
|
||||
|
||||
We still need a couple of informations so we can make sure you get the best configuration possible!
|
||||
|
||||
No more questions? Let's start!
|
||||
""")
|
||||
0
bin/modules/updater.py
Normal file
0
bin/modules/updater.py
Normal file
Reference in New Issue
Block a user