# pyrp **Repository Path**: dz-io/pyrp ## Basic Information - **Project Name**: pyrp - **Description**: Python随机密码 本质上是uuid4+不含mac地址的uuid1的组合 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pyrp #### 介绍 Python Random Password Python随机密码 本质上是uuid4+不含mac地址的uuid1的组合 #### 安装教程 1. 切换到你的项目目录 2. 下载本体`wget https://gitee.com/daze456/pyrp/raw/master/pyrp.py` #### 使用说明 ```python import pyrp print(pyrp.m()) ``` #### 参与贡献 1. Fork 本仓库 2. 新建分支 3. 提交代码 4. 新建 Pull Request