txt不动眼快速阅读工具 in python3

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
回复
头像
zszth
帖子: 46
注册时间: 2010-05-30 9:35
联系:

txt不动眼快速阅读工具 in python3

#1

帖子 zszth » 2014-08-19 22:07

好吧,最近手停不下来了。今天看到网上有个名叫“快读啦”的快速阅读工具,号称能“让你不用移动眼睛,不用靠近屏幕就能阅读,保护视力”,觉得确实有用。可是它只有网页版,于是我便尝试用Python3写了一个。可以读txt电子书。

使用说明
Usage: python3 SpeadReading.py [options] FILENAME
Press any key to resume or pause.
Option list:
-p NUM, --pos=NUM Specify beginning position. 0 by default. (Useful as a bookmark)
-s NUM, --speed=NUM Specify the number of hanzi per minute. 750 by default
-w NUM, --width=NUM Specify the width of display. 3 by default
-z NUM, --size=NUM Specify the font size. 72 by default
-h, --help Show this help
Position number will be given every time when exit.
总之任意键开始或暂停,退出时有当前位置提醒,下次就可以当做书签参数输入了。


下载地址:https://elephantus.moe/work/
详细说明:https://elephantus.moe/blog/python3%E5% ... %E5%85%B7/
上次由 zszth 在 2016-03-01 17:24,总共编辑 1 次。
Work and study for the motherland.
访问我的个人小站:人间夜行https://elephantus.moe
恒河沙数1
帖子: 295
注册时间: 2013-04-27 19:26
系统: ubuntu+win7

Re: txt不动眼快速阅读工具 in python3

#2

帖子 恒河沙数1 » 2014-08-19 23:26

感谢楼主分享,明天上电脑试试!

Sent from my MT15i using Xparent BlueTapatalk 2
jinjiachen
帖子: 2148
注册时间: 2012-12-16 15:43
系统: debian

Re: txt不动眼快速阅读工具 in python3

#3

帖子 jinjiachen » 2014-08-20 6:29

mark
回复