Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping App

Installing

Download this repository with:

git clone https://github.com/JaedanC/Ping-App.git --recursive

Install 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

Running

./venv/scripts/activate
python app.py

Creating an exe

To compile this tool into an exe:

python -m venv venv-exe
./venv-exe/scripts/activate
pip install -r requirements-exe.txt

pyinstaller app.spec --noconfirm

The resulting .exe will be inside the dist directory.

About

A Multiping tool made with Pygui

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages