终端快速阅读的客户端和库。
项目描述
_
_ __ _ _ __ _| | __ _ _ __ ___ ___
| '_ \| | | |/ _` | |/ _` | '_ \ / __/ _ \
| |_) | |_| | (_| | | (_| | | | | (_| __/
| .__/ \__, |\__, |_|\__,_|_| |_|\___\___|
|_| |___/ |___/
# pyglance
用于[Glance](http://github.com/Miserlou/Glance)应用程序的python客户端和库。
它不是最好的,因为它还没有顶部/底部注册标记。欢迎改进。
## 安装
pip install pyglance
## 使用 (命令行界面)
$ glance filename.txt
$ glance file1.txt file2.txt --speed 500
## 使用 (编程)
from pyglance import glance
glance(your_text_string)
wpm = 800
glance(your_text_string, wpm)
## 关于
曾有一些其他尝试做这件事,但没有一个完全符合“Glance”计时和间距规范。
该项目由[seek](http://github.com/Miserlou/seek)项目使用。
3条款BSD,Rich Jones 2014。
_ __ _ _ __ _| | __ _ _ __ ___ ___
| '_ \| | | |/ _` | |/ _` | '_ \ / __/ _ \
| |_) | |_| | (_| | | (_| | | | | (_| __/
| .__/ \__, |\__, |_|\__,_|_| |_|\___\___|
|_| |___/ |___/
# pyglance
用于[Glance](http://github.com/Miserlou/Glance)应用程序的python客户端和库。
它不是最好的,因为它还没有顶部/底部注册标记。欢迎改进。
## 安装
pip install pyglance
## 使用 (命令行界面)
$ glance filename.txt
$ glance file1.txt file2.txt --speed 500
## 使用 (编程)
from pyglance import glance
glance(your_text_string)
wpm = 800
glance(your_text_string, wpm)
## 关于
曾有一些其他尝试做这件事,但没有一个完全符合“Glance”计时和间距规范。
该项目由[seek](http://github.com/Miserlou/seek)项目使用。
3条款BSD,Rich Jones 2014。