Skip to content

Instantly share code, notes, and snippets.

View BalazsGyarmati's full-sized avatar

BalazsGyarmati

  • Budapest
  • 09:22 (UTC +02:00)
View GitHub Profile
@BalazsGyarmati
BalazsGyarmati / bytes.py
Created September 27, 2023 07:08 — forked from leepro/bytes.py
Human readable bytes conversions
## {{{ http://code.activestate.com/recipes/578019/ (r15)
#!/usr/bin/env python
"""
Bytes-to-human / human-to-bytes converter.
Based on: http://goo.gl/kTQMs
Working with Python 2.x and 3.x.
Author: Giampaolo Rodola' <g.rodola [AT] gmail [DOT] com>
License: MIT