DEV Community

Samandar Ravshanov
Samandar Ravshanov

Posted on

📦 Human-readable file-sizes

from functorflow import f

r = f('pretty-bytes', 4587)
print(r) # '4.59 kB'
Enter fullscreen mode Exit fullscreen mode

Stop wasting time installing and configuring Python libraries. Use them right away. 📦FunctorFlow instantly auto-install and auto-config them for you.

Top comments (0)