Metadata-Version: 2.0
Name: zhao
Version: 0.0.20
Summary: 老赵分享给所有Python爱好者的包包
Home-page: http://nixoahz.com
Author: Zhao Xin
Author-email: 7176466@qq.com
License: GNU General Public License v3 (GPLv3)
Description-Content-Type: UNKNOWN
Keywords: Python Implementation
Platform: cross-platform
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: mysqlclient (>=1.3.12)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: pygame (>=1.9.3)

大家读我
========

尽管一直以来我坚守着Python2的阵地，但如今我也离它而去了。

所以，我推荐大家和我一样将**Python3.6**作为2018年开始的新起点！

也因此本包中使用了某些Python3.6的特性，且仅发布了Python3的版本。

包包简介
========

可能您会觉得这个包里面东西五花八门，但我真心希望其中的某些代码对您有用。

比如，如果您可能也使用小米路由器，可能您也发现它会不时掉线，只有手动断开ADSL并重新拨号才能恢复上网？

那么，您可以试试zhao.xin_api.MiWiFi对象::

    from zhao.xin_api import MiWiFi
    MIWIFI = MiWiFi(password='您自己的小米路由器WEB登录密码')
    if MIWIFI.is_offline:
        if MIWIFI.reconnect():
            printf('自动重新拨号成功')
        else:
            printf('自动重新拨号失败')


