I have to get system specific info as shown. I was checking out the platform module, but I was not able to get the information exactly as shown.
“OS”: “Ubuntu 20.04",
“Memory”: 232423423434,
“system Time”: “15:02:13 +0530”,
“Timezone”: “Asia/Kolkata”
Any standard libraries in Python which would give me the output as specified ?
here's something cross-platform, close to what you describe (collected from various sources):
Example outputs