Download this repository with:
git clone https://github.com/JaedanC/Ping-App.git --recursiveInstall pygui. Download the latest release from https://github.com/JaedanC/pygui/releases and extract:
- 📁
pygui - 📃
pygui_demo.py
Then run
python -m venv venv
./venv/scripts/activate
pip install -r requirements.txt./venv/scripts/activate
python app.pyTo compile this tool into an exe:
python -m venv venv-exe
./venv-exe/scripts/activate
pip install -r requirements-exe.txt
pyinstaller app.spec --noconfirmThe resulting .exe will be inside the dist directory.