update: pivot to gui, removed wx

This commit is contained in:
2025-08-28 13:13:01 +08:00
parent f04ec0eee7
commit bf54ad9316
11 changed files with 1117 additions and 739 deletions

1
scripts/example.bat Normal file
View File

@@ -0,0 +1 @@
.\..\venv\Scripts\pythonw.exe .\..\main.py --address "user@example.com" --password "example" --max-occurrence 5 --interval 10

View File

@@ -1,3 +0,0 @@
chcp 65001
.\..\venv\Scripts\python.exe .\..\邮件批量发送.py --address "user@example.com" --password "example" --max-occurrence 5 --interval 10
@pause

2
scripts/setup.bat Normal file
View File

@@ -0,0 +1,2 @@
python -m venv .\..\venv
.\..\venv\Scripts\python.exe -m pip install -r .\..\requirements.txt

View File

@@ -1,3 +0,0 @@
chcp 65001
.\..\venv\Scripts\python.exe .\..\邮件列表切片.py --size 1000
@pause