Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network-Toolkit

To install the network toolkit on windows you only need two things installed:

  • python (Note: Python 12 is not supported yet)
  • git

You may be able to install git with:

winget install --id Git.Git -e --source winget

Download this repository with:

git clone --recursive git@github.com:JaedanC/Network-Toolkit.git

Open powershell to the root folder of the project and run:

./install.ps1

You can opt to install using py2exe, but note this is not supported for Python 12 and above. Run the command below to install using py2exe.

./install_py2exe.ps1

Pygui Ping

Screenshot

Extra notes

  • GUI apps require you to position the windows for the first time.
  • For the Meraki-App you can supply a meraki_api_key.txt which will make running the app easier.
  • For the Catalyst-Switch-App you can supply a password.txt which will make running the app easier.

Shortcuts

If not using py2exe then you can create shortcuts of the batch files using these parameters:

Target:

C:\Windows\System32\cmd.exe /C "...Network-Toolkit\bin\app.bat <parameters>"

Start in:

...Network-Toolkit\bin

About

The network troubleshooting tools I've created

Resources

Stars

Watchers

Forks

Contributors

Languages