Skip to content

Idiot-Alex/auto-write-eds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-write-eds

auto write eds

usage

cd {{project directory}}

python main.py --name xxx --password xxx

preview

image image image

run with local

pip install -r requirements.txt
python main.py --name xxx --password xxx --msg xxx

build

  • Mac OS
pip install pyinstaller
pip install playwright
PLAYWRIGHT_BROWSERS_PATH=0 playwright install chromium
pyinstaller -n auto-write-eds -F main.py
  • windows (use powershell)
pip install pyinstaller
pip install playwright
$env:PLAYWRIGHT_BROWSERS_PATH="0"
playwright install chromium
pyinstaller -n auto-write-eds -F main.py

打包之后的使用方式:

  • windows:
call auto-write-eds.exe --name xxx --password xxx

About

auto write eds

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages