# FileShredder **Repository Path**: zoumingzhe/FileShredder ## Basic Information - **Project Name**: FileShredder - **Description**: file shredder - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-13 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================================================== pyshredder ================================================== 文件碎纸机 -- 安全删除文档 概述 ==== pyshredder模块封装了使用Python语言编写文件粉碎器。 - 工程主页: https://github.com/zoumingzhe/FileShredder - 下载地址: https://pypi.python.org/pypi/pyshredder - 法律许可: MIT license_ , (C) 2021 ZouMingzhe_ 安装 ==== 通过pip命令安装pyshredder模块: ``pip install pyshredder`` 如果已经安装pyshredder模块,可以通过pip命令更新: ``pip install --upgrade pyshredder`` 更多安装信息请查阅 安装文档_ 。 文档 ==== API(应用程序接口)文档、用法和例程可查阅 documentation_ 目录下的文档。 - .rst后缀文件可以在任何文本编辑器中查看或者使用 Sphinx_ 转换成HTML或PDF格式 例程 ==== 例程存放在工程文件的 examples_ 目录下。 测试 ==== 单元测试存放在工程文件的 test_ 目录下。 支持 ==== 本项目由 ZouMingzhe_ 创建并维护。 为了完善pyshredder模块的功能,欢迎您贡献代码至: https://github.com/zoumingzhe/FileShredder 语言 ==== 简体中文_ English_ .. _ZouMingzhe: https://zoumingzhe.github.io .. _简体中文: https://github.com/zoumingzhe/pyshredder/blob/master/README.rst .. _English: https://github.com/zoumingzhe/pyshredder/blob/master/documentation/en/README.rst .. _license: https://github.com/zoumingzhe/pyshredder/blob/master/LICENSE.txt .. _安装文档: https://github.com/zoumingzhe/pyshredder/tree/master/documentation/pyshredder.rst#installation .. _documentation: https://github.com/zoumingzhe/pyshredder/tree/master/documentation .. _examples: https://github.com/zoumingzhe/pyshredder/tree/master/examples .. _test: https://github.com/zoumingzhe/pyshredder/tree/master/test .. _Python: http://python.org/ .. _Sphinx: http://sphinx-doc.org/