Skip to content

countervolts/network-related-thing

Repository files navigation

network related thing

a collection of networking tools for windows.


how to use

the easiest way is to just download the latest pre-compiled version.

  • download the latest release here
running source

requirements

  • python 3.8 or higher
  • windows 10/11

running source

python -m pip install -r requirements.txt

python server.py

building source

download and extract the source code here.

pyinstaller
  • What it does: Compiles the Python server into a single .exe and a console/website system. This is the simplest build.
  • requirements:
  • How to build:
    1. Open a cmd in the builders folder.
    2. Run .\pyinstaller.cmd.
electron
  • What it does: Compiles the project into a standalone desktop application with a native UI wrapper.
  • requirements:
  • How to build:
    1. Open a cmd in the builders folder.
    2. Run .\electron.cmd.
nuitka
  • What it does: Also compiles the source code into a console/website application. Nuitka can be very resource-heavy when compiling.
  • requirements:
    • atleast python 3.8
    • A 6+ core CPU is recommended (compilation time takes 20~ minutes on an 8-core Ryzen 7).
  • How to build:
    1. Open a cmd in the builders folder.
    2. Run .\nuitka.cmd.
  • benefits
    1. nuitka often will out perform pyinstaller
    2. nuitka will output smaller final executable size (but requires more open space to compile which is around 2gb)

(tip - pressing the tab key will auto fill directories and files)


version overview

version release focus released status
v1.7 tutorial, os detection and feedback january 10, 2026 completed
v1.6 auto updater, rollback and better bypassing options august 25, 2025 completed
v1.5 ui/ux redesign with some functions changes and lots of new settings july 22, 2025 completed
v1.4 updater, home and monitoring with electron support (and more ui cleanup) may 17, 2025 completed
v1.3 hotspot & ui polish april 28, 2025 completed
v1.2 network mapping & ui april 17, 2025 completed
v1.1 core optimizations april 4, 2025 completed
v1.0 initial release march 30, 2025 completed