Skip to content

First Binary Release for Windows and Linux

Latest
Compare
Choose a tag to compare
@Suleman-Elahi Suleman-Elahi released this 19 Oct 05:55
· 12 commits to main since this release
0e9ae06

Don't have Python or want to install it? Use the binary release. Use it on..

Windows: WpBrokenCheck.exe example.com example.csv
Linux: ./WpBrokenCheck example.com example.csv

~PS These binaries are compiled using PyInstaller. You can build your own as well by running:

pyinstaller --onefile WpBrokenCheck.py

Binaries are tested on Windows 10, Windows 11, and Ubuntu 18.10