[Code/Toolbox] Added "getlogin()" to code toolbox

This commit is contained in:
ArtichOwO
2021-06-21 23:24:50 +02:00
parent 4c29b05b53
commit ba94c7db00
10 changed files with 10 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ PythonImportMatplotlibPyplot = "Importeer matplotlib.pyplot module"
PythonImportTime = "Importeer time module"
PythonImportOs = "Importeer os module"
PythonOsUname = " Krijg systeeminfo"
PythonOsGetlogin = "Get username"
PythonOsRemove = "Een bestand verwijderen"
PythonOsRename = "Hernoem bestand"
PythonOsListdir = "Lijstbestanden"