Initial Commit

This commit is contained in:
simplePCBuilding
2022-02-26 11:02:03 +01:00
commit f3b47e0f5b
35 changed files with 612 additions and 0 deletions

View 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
View File