TorCroft / zzu_auto_sign

A python program for ZZU daily sign, perhaps useless for this moment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zzu_auto_sign

本项目仅用作学习目的。 现在不要求打卡,基本没用了。 用户信息在config.yaml中填写,包括百度地图的ak和百度智能云OCR的access_token。history.yaml用来记录打卡情况,便于推送,只会记录最近7天。支持多用户,仿照着user0的格式填写就行。

pyinstaller 打包命令

cd D:\zzu_sign_pkg
pipenv shell
pyinstaller -D -c -i "icon file path" --distpath="dist path" index.py

Credits

Onepush by y1ndan.

About

A python program for ZZU daily sign, perhaps useless for this moment.

License:MIT License


Languages

Language:Python 100.0%