wftools


Namewftools JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://www.python-office.com/
Summarypip install wftools
upload_time2023-10-22 11:51:58
maintainer
docs_urlNone
authorCoderWanFeng
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="center" id='大礼包-banner'>
    <a target="_blank" href='http://python4office.cn/fuli/fuli-source-0726/'>
    <img src="https://banner-1300615378.cos.ap-guangzhou.myqcloud.com/%E6%A8%AA%E6%9D%A1/Python%E5%A4%A7%E7%A4%BC%E5%8C%85.jpg" width="100%"/>
    </a>   
</p>



<p align="center">
	👉 <a target="_blank" href="https://www.python-office.com/">项目官网:https://www.python-office.com/</a> 👈
</p>
<p align="center">
	👉 <a target="_blank" href="https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg">本开源项目的交流群</a> 👈
</p>


<p align="center" name="'github">
    <a target="_blank" href='https://github.com/CoderWanFeng/python-office'>
    <img src="https://img.shields.io/github/stars/CoderWanFeng/python-office.svg?style=social" alt="github star"/>
    </a>
    	<a target="_blank" href='https://gitee.com/CoderWanFeng/python-office'>
		<img src='https://gitee.com/CoderWanFeng//python-office/badge/star.svg?theme=dark' alt='gitee star'/>
	</a>
  	<a href="https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ">
	<img src="https://img.shields.io/badge/QQ-163434413-orange"/>
  </a>
    	<a href="https://mp.weixin.qq.com/s/NN2pX2bQPpczOeGF4ARNtw">
	<img src="https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen"/>
  </a>
</p>


-------------------------------------------------------------------------------


## 📚简介


wftools是python自动化办公的小工具的代码合集。

-------------------------------------------------------------------------------

## 📦安装

### 🍊pip 自动下载&更新

```
pip install -i https://mirrors.aliyun.com/pypi/simple/ wftools -U
```


-------------------------------------------------------------------------------

## 📝功能

| 序号 | 方法名         | 功能               | 视频(文档)                                          | 演示代码                                                  |
| ---- | -------------- | ------------------ | ----------------------------------------------------- | --------------------------------------------------------- |
| 1    | transtools     | 翻译万国语言       | ⭐[视频](https://www.bilibili.com/video/BV1Y3411R7q7/) | [源码](https://mp.weixin.qq.com/s/agsF8ttwxOiZyizsTKBxMQ) |
| 2    | qrcodetools    | 解析二维码图片信息 | ⭐[视频](https://www.bilibili.com/video/BV133411d7XF)  | [源码](https://mp.weixin.qq.com/s/4PNhYZ1k2au5XoZOBdUM6A) |
| 3    | passwordtools  | 密码生成器         | ⭐[视频](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [源码](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |
| 4    | weather        | 天气查询           |                                                       | [源码](https://mp.weixin.qq.com/s/owXyC5DjbOwrcHpTGjMbJA) |
| 5    | net_speed_test | 测网速             |                                                       | [源码](https://mp.weixin.qq.com/s/owXyC5DjbOwrcHpTGjMbJA) |
| 6    | url2ip         | 获取ip地址         |                                                       | [源码](https://mp.weixin.qq.com/s/owXyC5DjbOwrcHpTGjMbJA) |
| 7    | lottery8ticket | 生成彩票号码       | ⭐[视频](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [源码](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |
| 8    | create_article | 自动写文章         | ⭐[视频](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [源码](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |
| 9    | pwd4wifi       | 破解wifi密码       | ⭐[视频](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [源码](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |




## 🏗️添砖加瓦


### 📐PR的建议

python-office欢迎任何人来添砖加瓦,贡献代码,建议提交的pr(pull request)符合一些规范,规范如下:

参与项目建设的步骤:
- 例如:你需要给python-office添加一个add方法。
   1. 你的Github账户名为:demo
   2. 于是你在./contributors新建了文件夹./demo
   3. 新建了add.py文件,编辑你的代码
   4. 编辑完成,提交pr到master分支(gitee或者GitHub,都可以)。可以注明你对自己功能的取名建议
   5. 晚枫收到后,会对各位的代码进行测试后,合并后打包上传到python官方库

### 📐代码规范

1. 注释完备,尤其每个新增的方法应按照Google Python文档规范标明方法说明、参数说明、返回值说明等信息,必要时请添加单元测试,如果愿意,也可以加上你的大名。
2. python-office的文档,需要进行格式化。注意:只能格式化你自己的代码
3. 请直接pull request到`master`分支。`master`是主分支,表示已经发布pypi库的版本。**未来参与人数增多,会开辟新的分支,请留意本文档的更新。**
4. 我们如果关闭了你的issue或pr,请不要诧异,这是我们保持问题处理整洁的一种方式,你依旧可以继续讨论,当有讨论结果时我们会重新打开。


### 🧬贡献代码的步骤

1. 在Gitee或者Github上fork项目到自己的repo
2. 把fork过去的项目也就是你的项目clone到你的本地
3. 修改代码
4. commit后push到自己的库
5. 登录Gitee或Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交到master分支即可。
6. 等待维护者合并


### 🐞提供bug反馈或建议

提交问题反馈时,请务必填写和python-office代码本身有关的问题,不进行有关python学习,甚至是个人练习的知识答疑和讨论。

- [Github issue](https://github.com/CoderWanFeng/wftools/issues)

-------------------------------------------------------------------------------


## 📌联系作者


<p align="center" id='开源交流群-banner'>
<a target="_blank" href='https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg'>
<img src="https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg" width="100%"/>
</a> 
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.python-office.com/",
    "name": "wftools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "CoderWanFeng",
    "author_email": "1957875073@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/f7/1f152fe7ccfe7f25ce5055460a05e25568b2962edcfe1108cec4fa78ae3c/wftools-0.0.9.tar.gz",
    "platform": "any",
    "description": "\r\n<p align=\"center\" id='\u5927\u793c\u5305-banner'>\r\n    <a target=\"_blank\" href='http://python4office.cn/fuli/fuli-source-0726/'>\r\n    <img src=\"https://banner-1300615378.cos.ap-guangzhou.myqcloud.com/%E6%A8%AA%E6%9D%A1/Python%E5%A4%A7%E7%A4%BC%E5%8C%85.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n\r\n\r\n<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"https://www.python-office.com/\">\u9879\u76ee\u5b98\u7f51\uff1ahttps://www.python-office.com/</a> \ud83d\udc48\r\n</p>\r\n<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg\">\u672c\u5f00\u6e90\u9879\u76ee\u7684\u4ea4\u6d41\u7fa4</a> \ud83d\udc48\r\n</p>\r\n\r\n\r\n<p align=\"center\" name=\"'github\">\r\n    <a target=\"_blank\" href='https://github.com/CoderWanFeng/python-office'>\r\n    <img src=\"https://img.shields.io/github/stars/CoderWanFeng/python-office.svg?style=social\" alt=\"github star\"/>\r\n    </a>\r\n    \t<a target=\"_blank\" href='https://gitee.com/CoderWanFeng/python-office'>\r\n\t\t<img src='https://gitee.com/CoderWanFeng//python-office/badge/star.svg?theme=dark' alt='gitee star'/>\r\n\t</a>\r\n  \t<a href=\"https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ\">\r\n\t<img src=\"https://img.shields.io/badge/QQ-163434413-orange\"/>\r\n  </a>\r\n    \t<a href=\"https://mp.weixin.qq.com/s/NN2pX2bQPpczOeGF4ARNtw\">\r\n\t<img src=\"https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen\"/>\r\n  </a>\r\n</p>\r\n\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n\r\n## \ud83d\udcda\u7b80\u4ecb\r\n\r\n\r\nwftools\u662fpython\u81ea\u52a8\u5316\u529e\u516c\u7684\u5c0f\u5de5\u5177\u7684\u4ee3\u7801\u5408\u96c6\u3002\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udce6\u5b89\u88c5\r\n\r\n### \ud83c\udf4apip \u81ea\u52a8\u4e0b\u8f7d&\u66f4\u65b0\r\n\r\n```\r\npip install -i https://mirrors.aliyun.com/pypi/simple/ wftools -U\r\n```\r\n\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udcdd\u529f\u80fd\r\n\r\n| \u5e8f\u53f7 | \u65b9\u6cd5\u540d         | \u529f\u80fd               | \u89c6\u9891\uff08\u6587\u6863\uff09                                          | \u6f14\u793a\u4ee3\u7801                                                  |\r\n| ---- | -------------- | ------------------ | ----------------------------------------------------- | --------------------------------------------------------- |\r\n| 1    | transtools     | \u7ffb\u8bd1\u4e07\u56fd\u8bed\u8a00       | \u2b50[\u89c6\u9891](https://www.bilibili.com/video/BV1Y3411R7q7/) | [\u6e90\u7801](https://mp.weixin.qq.com/s/agsF8ttwxOiZyizsTKBxMQ) |\r\n| 2    | qrcodetools    | \u89e3\u6790\u4e8c\u7ef4\u7801\u56fe\u7247\u4fe1\u606f | \u2b50[\u89c6\u9891](https://www.bilibili.com/video/BV133411d7XF)  | [\u6e90\u7801](https://mp.weixin.qq.com/s/4PNhYZ1k2au5XoZOBdUM6A) |\r\n| 3    | passwordtools  | \u5bc6\u7801\u751f\u6210\u5668         | \u2b50[\u89c6\u9891](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [\u6e90\u7801](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |\r\n| 4    | weather        | \u5929\u6c14\u67e5\u8be2           |                                                       | [\u6e90\u7801](https://mp.weixin.qq.com/s/owXyC5DjbOwrcHpTGjMbJA) |\r\n| 5    | net_speed_test | \u6d4b\u7f51\u901f             |                                                       | [\u6e90\u7801](https://mp.weixin.qq.com/s/owXyC5DjbOwrcHpTGjMbJA) |\r\n| 6    | url2ip         | \u83b7\u53d6ip\u5730\u5740         |                                                       | [\u6e90\u7801](https://mp.weixin.qq.com/s/owXyC5DjbOwrcHpTGjMbJA) |\r\n| 7    | lottery8ticket | \u751f\u6210\u5f69\u7968\u53f7\u7801       | \u2b50[\u89c6\u9891](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [\u6e90\u7801](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |\r\n| 8    | create_article | \u81ea\u52a8\u5199\u6587\u7ae0         | \u2b50[\u89c6\u9891](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [\u6e90\u7801](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |\r\n| 9    | pwd4wifi       | \u7834\u89e3wifi\u5bc6\u7801       | \u2b50[\u89c6\u9891](https://www.bilibili.com/video/BV1QY4y1o7qc)  | [\u6e90\u7801](https://mp.weixin.qq.com/s/QQ1cepAISH0PKWfc5v6G6w) |\r\n\r\n\r\n\r\n\r\n## \ud83c\udfd7\ufe0f\u6dfb\u7816\u52a0\u74e6\r\n\r\n\r\n### \ud83d\udcd0PR\u7684\u5efa\u8bae\r\n\r\npython-office\u6b22\u8fce\u4efb\u4f55\u4eba\u6765\u6dfb\u7816\u52a0\u74e6\uff0c\u8d21\u732e\u4ee3\u7801\uff0c\u5efa\u8bae\u63d0\u4ea4\u7684pr\uff08pull request\uff09\u7b26\u5408\u4e00\u4e9b\u89c4\u8303\uff0c\u89c4\u8303\u5982\u4e0b\uff1a\r\n\r\n\u53c2\u4e0e\u9879\u76ee\u5efa\u8bbe\u7684\u6b65\u9aa4\uff1a\r\n- \u4f8b\u5982\uff1a\u4f60\u9700\u8981\u7ed9python-office\u6dfb\u52a0\u4e00\u4e2aadd\u65b9\u6cd5\u3002\r\n   1. \u4f60\u7684Github\u8d26\u6237\u540d\u4e3a\uff1ademo\r\n   2. \u4e8e\u662f\u4f60\u5728./contributors\u65b0\u5efa\u4e86\u6587\u4ef6\u5939./demo\r\n   3. \u65b0\u5efa\u4e86add.py\u6587\u4ef6\uff0c\u7f16\u8f91\u4f60\u7684\u4ee3\u7801\r\n   4. \u7f16\u8f91\u5b8c\u6210\uff0c\u63d0\u4ea4pr\u5230master\u5206\u652f\uff08gitee\u6216\u8005GitHub\uff0c\u90fd\u53ef\u4ee5\uff09\u3002\u53ef\u4ee5\u6ce8\u660e\u4f60\u5bf9\u81ea\u5df1\u529f\u80fd\u7684\u53d6\u540d\u5efa\u8bae\r\n   5. \u665a\u67ab\u6536\u5230\u540e\uff0c\u4f1a\u5bf9\u5404\u4f4d\u7684\u4ee3\u7801\u8fdb\u884c\u6d4b\u8bd5\u540e\uff0c\u5408\u5e76\u540e\u6253\u5305\u4e0a\u4f20\u5230python\u5b98\u65b9\u5e93\r\n\r\n### \ud83d\udcd0\u4ee3\u7801\u89c4\u8303\r\n\r\n1. \u6ce8\u91ca\u5b8c\u5907\uff0c\u5c24\u5176\u6bcf\u4e2a\u65b0\u589e\u7684\u65b9\u6cd5\u5e94\u6309\u7167Google Python\u6587\u6863\u89c4\u8303\u6807\u660e\u65b9\u6cd5\u8bf4\u660e\u3001\u53c2\u6570\u8bf4\u660e\u3001\u8fd4\u56de\u503c\u8bf4\u660e\u7b49\u4fe1\u606f\uff0c\u5fc5\u8981\u65f6\u8bf7\u6dfb\u52a0\u5355\u5143\u6d4b\u8bd5\uff0c\u5982\u679c\u613f\u610f\uff0c\u4e5f\u53ef\u4ee5\u52a0\u4e0a\u4f60\u7684\u5927\u540d\u3002\r\n2. python-office\u7684\u6587\u6863\uff0c\u9700\u8981\u8fdb\u884c\u683c\u5f0f\u5316\u3002\u6ce8\u610f\uff1a\u53ea\u80fd\u683c\u5f0f\u5316\u4f60\u81ea\u5df1\u7684\u4ee3\u7801\r\n3. \u8bf7\u76f4\u63a5pull request\u5230`master`\u5206\u652f\u3002`master`\u662f\u4e3b\u5206\u652f\uff0c\u8868\u793a\u5df2\u7ecf\u53d1\u5e03pypi\u5e93\u7684\u7248\u672c\u3002**\u672a\u6765\u53c2\u4e0e\u4eba\u6570\u589e\u591a\uff0c\u4f1a\u5f00\u8f9f\u65b0\u7684\u5206\u652f\uff0c\u8bf7\u7559\u610f\u672c\u6587\u6863\u7684\u66f4\u65b0\u3002**\r\n4. \u6211\u4eec\u5982\u679c\u5173\u95ed\u4e86\u4f60\u7684issue\u6216pr\uff0c\u8bf7\u4e0d\u8981\u8be7\u5f02\uff0c\u8fd9\u662f\u6211\u4eec\u4fdd\u6301\u95ee\u9898\u5904\u7406\u6574\u6d01\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4f60\u4f9d\u65e7\u53ef\u4ee5\u7ee7\u7eed\u8ba8\u8bba\uff0c\u5f53\u6709\u8ba8\u8bba\u7ed3\u679c\u65f6\u6211\u4eec\u4f1a\u91cd\u65b0\u6253\u5f00\u3002\r\n\r\n\r\n### \ud83e\uddec\u8d21\u732e\u4ee3\u7801\u7684\u6b65\u9aa4\r\n\r\n1. \u5728Gitee\u6216\u8005Github\u4e0afork\u9879\u76ee\u5230\u81ea\u5df1\u7684repo\r\n2. \u628afork\u8fc7\u53bb\u7684\u9879\u76ee\u4e5f\u5c31\u662f\u4f60\u7684\u9879\u76eeclone\u5230\u4f60\u7684\u672c\u5730\r\n3. \u4fee\u6539\u4ee3\u7801\r\n4. commit\u540epush\u5230\u81ea\u5df1\u7684\u5e93\r\n5. \u767b\u5f55Gitee\u6216Github\u5728\u4f60\u9996\u9875\u53ef\u4ee5\u770b\u5230\u4e00\u4e2a pull request \u6309\u94ae\uff0c\u70b9\u51fb\u5b83\uff0c\u586b\u5199\u4e00\u4e9b\u8bf4\u660e\u4fe1\u606f\uff0c\u7136\u540e\u63d0\u4ea4\u5230master\u5206\u652f\u5373\u53ef\u3002\r\n6. \u7b49\u5f85\u7ef4\u62a4\u8005\u5408\u5e76\r\n\r\n\r\n### \ud83d\udc1e\u63d0\u4f9bbug\u53cd\u9988\u6216\u5efa\u8bae\r\n\r\n\u63d0\u4ea4\u95ee\u9898\u53cd\u9988\u65f6\uff0c\u8bf7\u52a1\u5fc5\u586b\u5199\u548cpython-office\u4ee3\u7801\u672c\u8eab\u6709\u5173\u7684\u95ee\u9898\uff0c\u4e0d\u8fdb\u884c\u6709\u5173python\u5b66\u4e60\uff0c\u751a\u81f3\u662f\u4e2a\u4eba\u7ec3\u4e60\u7684\u77e5\u8bc6\u7b54\u7591\u548c\u8ba8\u8bba\u3002\r\n\r\n- [Github issue](https://github.com/CoderWanFeng/wftools/issues)\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n\r\n## \ud83d\udccc\u8054\u7cfb\u4f5c\u8005\r\n\r\n\r\n<p align=\"center\" id='\u5f00\u6e90\u4ea4\u6d41\u7fa4-banner'>\r\n<a target=\"_blank\" href='https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg'>\r\n<img src=\"https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg\" width=\"100%\"/>\r\n</a> \r\n</p>\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pip install wftools",
    "version": "0.0.9",
    "project_urls": {
        "Bug Tracker": "https://github.com/CoderWanFeng/wftools/issues",
        "Documentation": "https://github.com/CoderWanFeng/wftools/blob/master/README.md",
        "Homepage": "https://www.python-office.com/",
        "Source Code": "https://github.com/CoderWanFeng/wftools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0d607a93cdcf39019ec9f7841cd6e78638b36272d934497e5c54e259c297b3a",
                "md5": "ab17e49bdaf026b4ed6b79d98e812aa5",
                "sha256": "26f8b567862b34172780821c3f4053e784b48bf53522c25d14654a93290f6dd1"
            },
            "downloads": -1,
            "filename": "wftools-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab17e49bdaf026b4ed6b79d98e812aa5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 39405,
            "upload_time": "2023-10-22T11:51:55",
            "upload_time_iso_8601": "2023-10-22T11:51:55.934209Z",
            "url": "https://files.pythonhosted.org/packages/f0/d6/07a93cdcf39019ec9f7841cd6e78638b36272d934497e5c54e259c297b3a/wftools-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ef71f152fe7ccfe7f25ce5055460a05e25568b2962edcfe1108cec4fa78ae3c",
                "md5": "d1b0354f35b6c18eec39135f9128f638",
                "sha256": "8921c606133addacd5e504a6ad3fa459191cafe736ea06383929c6412f7fb824"
            },
            "downloads": -1,
            "filename": "wftools-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "d1b0354f35b6c18eec39135f9128f638",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 40972,
            "upload_time": "2023-10-22T11:51:58",
            "upload_time_iso_8601": "2023-10-22T11:51:58.618234Z",
            "url": "https://files.pythonhosted.org/packages/2e/f7/1f152fe7ccfe7f25ce5055460a05e25568b2962edcfe1108cec4fa78ae3c/wftools-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-22 11:51:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CoderWanFeng",
    "github_project": "wftools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wftools"
}
        
Elapsed time: 0.13064s