Python

[python] byte convert size format

닉의네임 2022. 11. 17. 16:22
반응형

 

Traceback (most recent call last):
  File "health.py", line 10, in <module>
    from hurry.filesize import size
ModuleNotFoundError: No module named 'hurry'

 

pip install hurry.filesize
print(size(data['nodes']['rqY3qvGvRGS2nVg_eygJAQ']['os']['mem']['total_in_bytes']))
반응형