A cross-platform and open source replacement of China Unicom Net Speed Client
Tom Li 975f827806 Merge branch 'malash-patch-1' | 8 years ago | |
---|---|---|
httplib2_python2 | 11 years ago | |
httplib2_python3 | 11 years ago | |
translates | 11 years ago | |
ui | 11 years ago | |
.gitignore | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago | |
main_cli.py | 11 years ago | |
main_gui.py | 11 years ago | |
netspeed.py | 8 years ago |
A cross-platform and open source replacement of China Unicom Net Speed Client.
This project has two version of programs. One is for GUI users, another one is for CLI users.
main_gui.py
-- GUI versionmain_cli.py
-- CLI versionGUI version needs Python 3 and PyQt 4 runtime. CLI version can run under both Python2 and Python 3.
GUI version is very user-friendly, it doesn't need any manual. But it doesn't have any English translation, you can help me to do it, thanks a lot.
./main_cli.py info
will show the information about your net speed../main_cli.py up
will speed up your connection../main_cli.py down
will slow down your connection.在某些情况下,只有使用联通沃宽客户端才可获得较高网速,但此客户端不跨平台。本程序是其跨平台的替代品。
本程序分两个版本,一个是图形界面版本,另一个是命令行版本。
main_gui.py
-- 图形界面版本main_cli.py
-- 命令行版本图形界面版本使用 PyQt 编写,仅支持 Python 3;命令行版本同时支持 Python 2.7 和 Python 3。
图形版本的界面足够友好,不需要任何手册与说明。但是它缺失英文翻译,欢迎帮助我进行翻译工作,非常感谢。
./main_cli.py info
将显示网速信息。./main_cli.py up
将会提速带宽。./main_cli.py down
将会恢复原始带宽。