# awesome-util **Repository Path**: chilson/awesome-util ## Basic Information - **Project Name**: awesome-util - **Description**: 记录、保存一些日常中的各类工具类脚本,以便不时之需 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awesome-util #### 介绍 记录、保存一些日常中的各类工具类脚本,以便不时之需 #### 软件架构 软件架构说明 #### 安装教程 ###### venv虚拟环境安装配置 ```shell sudo pip3 install pipenv ## linux用export, window用set export PIPENV_VENV_IN_PROJECT= cd pipenv install ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request