文件碎纸机 -- 安全删除文档
pyshredder模块封装了使用Python语言编写文件粉碎器。
- 工程主页: https://github.com/zoumingzhe/FileShredder
- 下载地址: https://pypi.python.org/pypi/pyshredder
- 法律许可: MIT license , (C) 2021 ZouMingzhe <zoumingzhe@qq.com>
通过pip命令安装pyshredder模块:
pip install pyshredder
如果已经安装pyshredder模块,可以通过pip命令更新:
pip install --upgrade pyshredder
更多安装信息请查阅 安装文档 。
API(应用程序接口)文档、用法和例程可查阅 documentation 目录下的文档。
- .rst后缀文件可以在任何文本编辑器中查看或者使用 Sphinx 转换成HTML或PDF格式
例程存放在工程文件的 examples 目录下。
单元测试存放在工程文件的 test 目录下。
本项目由 ZouMingzhe <zoumingzhe@qq.com> 创建并维护。
为了完善pyshredder模块的功能,欢迎您贡献代码至: https://github.com/zoumingzhe/FileShredder