mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
c8c4faa08c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
250 B
Text
5 lines
250 B
Text
A simple Python library for human readable file sizes
|
|
(or anything sized in bytes).
|
|
hurry.filesize a simple Python library that can take a number of bytes
|
|
and returns a human-readable string with the size in it, in kilobytes (K),
|
|
megabytes (M), etc.
|