https://github.com/ericjhernandezj/xnetman-tk
Extended Network Manager (Tkinter version)
https://github.com/ericjhernandezj/xnetman-tk
linux network nmcli python tkinter wifi
Last synced: 2 months ago
JSON representation
Extended Network Manager (Tkinter version)
- Host: GitHub
- URL: https://github.com/ericjhernandezj/xnetman-tk
- Owner: ericjhernandezj
- License: mit
- Created: 2025-09-06T17:41:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T02:12:28.000Z (9 months ago)
- Last Synced: 2025-10-04T23:54:55.120Z (9 months ago)
- Topics: linux, network, nmcli, python, tkinter, wifi
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xnetman-tk
Extended Network Manager (Tkinter version)
## To-Do
### Features
- [x] Add REFRESH button
- [x] Show current connected network
- [x] Show saved connections
- [ ] Allow sorting by signal, name, freq, etc
- [ ] Allow to connect to network
- [ ] Allow viewing password of saved networks
- [ ] Allow deleting saved networks
- [ ] Allow sharing network via QR code
### UI/UX
- [x] Use bars instead of numbers for displaying signal
- [x] Open an independent window for most detailed view of network
- [ ] Color by type of security (Green for Open, Yellow for WPA, Red for WEP, etc.)
- [ ] Light/Dark mode toggle
- [ ] Auto-refresh every 5 seconds
### Additional information
- [ ] Show channel and frequency. For diagnosis (2,4GHz vs 5GHz)
- [x] Router maker. Can be detected by MAC
### Diagnosis / Tools
- [ ] Speed test. Test latency and/or velocity
- [ ] Ping to gateway or DNS. To check if there is real connection
### Security
- [ ] Detect Duplicated Net (Evil Twin). Same SSID but different BSSID
- [ ] Verify weak encryption (WEP). Notify if you in danger
- [ ] Channel congestion analysis. Show most saturated channels.