LCY Personal Tools
Project description
# Personal Tools
写这个个人仓库的目的是为自己的代码提供一些可以直接调用的常用的东西。
当前一个需求是以邮件/QQ消息(需要结合服务器部署的QQrobot来做,比较烦)的形式来实现远端跑代码时候的自动化提醒,就不需要我自己一个个的去check。
## 使用
查看当前有哪些写好的文件:
`python import lcytools.help lcytools.help.fileList() `
# code
## qqmessage
这是个很有意思的工具接口,通过这个接口,只要添加QQ 1794957373为好友之后调用函数就可以直接获得推送的消息。
一个样例:
`python import lcytools.qqmessage as qqPush qqPush.lcy_qqmessage_help() qqPush.lcy_qqmessage(qq="1157***882就是你的QQ",message = "来一条测试消息~") `
然后你的QQ就可以接收到相应的消息推送。
<img src=”https://luochengyu.oss-cn-beijing.aliyuncs.com/img/image-20220519151316793.png” alt=”image-20220519151316793” style=”zoom:80%;” />
这比较有利于在远端跑程序的时候可以直接调这个函数,通过QQ接收进度推送。不需要不停的连接到远端,在手机上就可以便捷的查看进度了~
## emailMe
给自己发送文件,调用方式:
`python import lcytools.emailMe as eM eM.lcy_email(["11158340882@qq.com"],key = "这是一个防止SMTP密码丢掉的自己密码hh") `
## help
提供一个查询接口,发送一下当前有哪些东西
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lcyutils-0.0.3.tar.gz.
File metadata
- Download URL: lcyutils-0.0.3.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
879785606f3e8af5d419e88c09e458f547c3b9026e205db6f3fc22c63d233252
|
|
| MD5 |
b5eb92fea6b5bb4f8ff86362a622ed0f
|
|
| BLAKE2b-256 |
bdc357e02f3db7ac87c6b6809689cee4a303b3719cd739aa54370ef8f92ce86f
|
File details
Details for the file lcyutils-0.0.3-py3-none-any.whl.
File metadata
- Download URL: lcyutils-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f19426b0a47e09991ba04dba34928c1cc359e261033c9568d6a070233fc8a43e
|
|
| MD5 |
8b9bca7a609caf521f3e462cc296b023
|
|
| BLAKE2b-256 |
c54788a062eb9349c12ea8803fc70a90c176b7d3060e8d892055005f1c47af81
|