You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (path, dirs, files) inos.walk(directory): # Walk through all the directories. For each iteration, os.walk returns the folders, subfolders and files in the dir.
forfileinfiles: # Get all the files
filename=os.path.join(path, file)
dir_size+=os.path.getsize(filename) # Add the size of each file in the root dir to get the total size.
forkeyinfsizedicr: #iterating through the dictionary