https://github.com/miserlou/pyglance
A Glance client and library for python for terminal speed reading.
https://github.com/miserlou/pyglance
Last synced: 7 months ago
JSON representation
A Glance client and library for python for terminal speed reading.
- Host: GitHub
- URL: https://github.com/miserlou/pyglance
- Owner: Miserlou
- License: mit
- Created: 2014-12-28T23:31:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T19:39:06.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T15:02:55.733Z (7 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_
_ __ _ _ __ _| | __ _ _ __ ___ ___
| '_ \| | | |/ _` | |/ _` | '_ \ / __/ _ \
| |_) | |_| | (_| | | (_| | | | | (_| __/
| .__/ \__, |\__, |_|\__,_|_| |_|\___\___|
|_| |___/ |___/# pyglance
A python client and library for [Glance](http://github.com/Miserlou/Glance) applications.
It's not the best because it doesn't have top/bottom registration marks yet. Improvements welcome.
## Installation
pip install pyglance
## Usage (CLI)
$ glance filename.txt
$ glance file1.txt file2.txt --speed 500## Usage (Programmatic)
from pyglance import glance
glance(your_text_string)
wpm = 800
glance(your_text_string, wpm)## About
There were some other attempts to do this, but none that quite accurately matched the 'Glance' timing and spacing specification.
This is used by the [seek](http://github.com/Miserlou/seek) project.
3 Clause BSD, Rich Jones 2014.