# byteconv **Repository Path**: lijiageng99/byteconv ## Basic Information - **Project Name**: byteconv - **Description**: 字节数据转换工具,支持byte到Kbyte/Mbyte/Gbyte/Tbyte的转换。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-13 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # byteconv byteconv is a bytes unit convert tool. support byte converted to Kbyte/Mbyte/Gbyte/Tbyte. ## Usage ```shell #> byteconv -h Usage: byteconv [options] [byte] Options: -u [KMGT] converted to [KMGT]byte. -h this help message. Byte: number of byte. ``` ```shell #> byteconv 1073741824 1.0 Gbyte ``` ```shell #> byteconv -u M 1073741824 1024.0 Mbyte ``` ## Copyright Copyright (C) lijiageng