diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..fe4dda4 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python Debugger: Current File", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "cwd": "${workspaceFolder}/src" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 5b1626e..57f053d 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,13 @@ Current Ideas - Unlocker? - Gonna start with the Add X Keys \ No newline at end of file + Gonna start with the Add X Keys + + + + Structure + + Code lives in src/ + + keyadd.py