Skip to main content

GUToolsP

Project description

tmtoolGU

工具集合

安装(Python 版本>=3.6.8)

pip install --upgrade tmtoolGU

使用

发送邮件

from gutools.tools import Tool
tool = Tool()

tool.mail_from_user_host = '发件地址host'
tool.mail_from_user = '发件人邮箱号'
tool.mail_from_user_pwd = '发件人密码'

tool.send_mail_msg(to_user='收件人邮箱地址(这里是列表,可填写多个)', title='邮件标题', content='邮件内容')

数据格式转换

from GUTOOLS.tools import Tool
tool = Tool()
tool.json_change(json/dict)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GUToolsP-0.0.7.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

GUToolsP-0.0.7-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page