https://github.com/gera2ld/pysrun3k
SRun3K Stupid written in pure Python
https://github.com/gera2ld/pysrun3k
Last synced: 3 months ago
JSON representation
SRun3K Stupid written in pure Python
- Host: GitHub
- URL: https://github.com/gera2ld/pysrun3k
- Owner: gera2ld
- Created: 2014-10-01T18:58:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T18:51:22.000Z (almost 11 years ago)
- Last Synced: 2025-03-04T19:45:49.713Z (over 1 year ago)
- Language: Python
- Homepage: http://gerald.top/code/srun3k
- Size: 156 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SRun3K Stupid
=============
简介
----
深澜网络认证第三方客户端,仅供学习使用。优势如下:
- 稳定不崩溃
- 允许网络共享
- 启动快速
- 界面简洁
- 不需要提升权限
使用纯Python编写,基于Python3+PySide,跨平台。
用法
----
1. 运行SRun3K.py可启动基于PySide的GUI:
$ python3 SRun3K.py
1. core.py作为程序的核心,同时又可以作为一个命令行版单独运行,而且兼容Python 2和3:
$ python3 core.py
$ python core.py
1. 编译成可执行程序:
$ python setup.py build
其他版本
---
* 小巧方便的[.NET版本](https://github.com/gera2ld/srun3k)