# zcc_utils **Repository Path**: week233/zcc_utils ## Basic Information - **Project Name**: zcc_utils - **Description**: 自己积累的工具模块 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-09 - **Last Updated**: 2021-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zcc_utils #### 介绍 Accumulated tool modules Currently there are: 1. Convert JSON string to custom type 2. Get the number after the decimal point, 1.2 = > 2 3. Get the number after the decimal point, 1.2 = > 0.2 4. Seconds to minutes 5. Second to hour 6. The hour to time type of float type, 12.99 hours = > 12:59:24 #### 安装说明 1. `pip install -i https://pypi.Python.org/simple/ zcc-utils --trusted-host pypi.Python.org`