Irgendwie finde ich die Frage etwas komisch, aber ja, ich kenne eine Person die aus Nepal stammt.
Antwort
Antwort
Das dürfte dir helfen:
import os, psutil
process = psutil.Process(os.getpid())
print(process.memory_info().rss)
Wenn du das einfach z.B. als Funktion hinzufügst am ende oder mittendrin und dann einmal nachguckst wie viel dein Programm zieht (Angabe in Bytes).
Quelle: https://stackoverflow.com/questions/938733/total-memory-used-by-python-process
Wenn du dich ein wenig mit programmieren auskennst kannst du dir selbst etwas bauen. Sonst würde ich dir anbieten wenn ich Zeut habe etwas kleines zu schreiben dafür.
Ich bin jedoch gerade im Urlaub, also wenn dann erst nächste Woche