I'm making a Operating System in Python at the moment, just as a little project.
However; I need it to print at the start of the code how much memory is available on the host system.
I have looked this up and despite reading through walls of text, I am still unable to find anything. I have not yet attempted to compose anything because I wouldn't know where to start. I am a beginner and am relatively new to Python, so please excuse me if I sound a bit dumb.
Any suggestion or code is welcome. Thanks.