Skip to content

khang12312/NetSpeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetSpeed Monitor

A lightweight, floating network speed monitor for Windows that displays real-time download and upload speeds.

Features

  • Real-time network speed monitoring
  • Floating, always-on-top window
  • System tray integration
  • Taskbar progress indicator
  • Network interface selection
  • Full speedtest functionality (download, upload, and ping)
  • Minimalistic, modern UI

Screenshots

(Add screenshots here)

Requirements

  • Windows OS
  • Python 3.6+
  • Required Python packages (see requirements.txt)

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/netspeed.git
    cd netspeed
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Run the application:

    python Netspeed.py
    

Building an Executable

You can build a standalone Windows executable using PyInstaller:

python Netspeed.py

This will create a NetSpeedMonitor.exe file in the dist directory.

Usage

  • The application shows download and upload speeds in real-time
  • Drag the title bar to move the window around
  • Click the minimize button to hide to system tray
  • Right-click the system tray icon for options
  • Click "Run Speedtest" to perform a full network speed test
  • Select different network interfaces from the dropdown menu

License

MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages