[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

@@ -153,6 +153,7 @@ PythonUniform = "Floating point number in [a,b]"
PythonImportTime = "Import time module"
PythonImportOs = "Import os module"
PythonOsUname = "Get infos about the system"
PythonOsGetlogin = "Get username"
PythonOsRemove = "Remove file named filename"
PythonOsRename = "Rename file oldname to newname"
PythonOsListdir = "List files in memory"