Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrin/ng-statsviewer
NetGear DGND3700 statistics viewer
https://github.com/relrin/ng-statsviewer
Last synced: 30 days ago
JSON representation
NetGear DGND3700 statistics viewer
- Host: GitHub
- URL: https://github.com/relrin/ng-statsviewer
- Owner: Relrin
- Created: 2014-06-25T14:32:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T19:28:58.000Z (over 10 years ago)
- Last Synced: 2023-03-30T20:56:34.090Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NG-StatsViewer
==============NetGear DGND3700 statistics viewer
This application just parsing with BeautifulSoup and urllib2 information from "Router status / Statistics" page and show in special window. Also need use your auth data for log-in modem, which typed by you in Options.
Requirements
--------------
- BeatifulSoup
- PyQt 4Running app
-------------
Just enter
python client_gui.pyif need executable/binary file for your OS (Mac,Windows,Linux), then packing with PyInstaller or Py2Exe. Follow instructions on site chosen utility.