A lightweight network speed monitor for the Windows taskbar Displays real-time upload/download speeds — simple, minimal, and effective.
- Windows 10 or 11
- Python 3.7 or later (if running from source)
-
Clone the repository:
git clone https://github.com/Benojir/Networx-Alternative-Python.git cd Networx-Alternative-Python
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python speedmeter.py
-
Install PyInstaller:
pip install pyinstaller
-
Build the executable:
pyinstaller --onefile --windowed --noconsole --clean --upx-exclude=vcruntime140.dll --add-data "speedmeter.ico;." speedmeter.py
-
Create Setup File:
- Download & Install
Inno Setup Compiler
- Open
Inno Setup Compiler
and choosespeedmeter.iss
- Download & Install
- Download the installer from the Releases page.
- Double-click the setup file to install.
Some antivirus software may flag the executable as a false positive. This happens because it was built using PyInstaller, a common tool that can trigger such warnings.