Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/littleq0903/spritz-cmd
The command-line version of implementation of a cool reading tool, Spritz.
https://github.com/littleq0903/spritz-cmd
Last synced: 3 months ago
JSON representation
The command-line version of implementation of a cool reading tool, Spritz.
- Host: GitHub
- URL: https://github.com/littleq0903/spritz-cmd
- Owner: littleq0903
- License: mit
- Created: 2014-02-25T10:07:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T07:09:30.000Z (almost 10 years ago)
- Last Synced: 2024-05-19T23:37:03.116Z (6 months ago)
- Language: Python
- Size: 167 KB
- Stars: 46
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
spritz-cmd
==========The command-line version of implementation which is inspired by a cool reading tool, Spritz.
[Demo](https://asciinema.org/a/7882)
![spritz](https://f.cloud.github.com/assets/374786/2434663/d2dd4ee8-adb7-11e3-9385-8b908f737167.png)
## Installation
via setup.py:
```shell
git clone https://github.com/littleq0903/spritz-cmd
cd spritz-cmd
python setup.py install
```via pip:
```shell
pip install spritz
```## Usage
Read from files:
```shell
spritz.py [wpm] [, , ...]
```Read from stdin:
```shell
cat sample/1-company.txt | spritz.py [wpm]
```or
```shell
pbpaste | spritz.py [wpm]
```If the wpm is not given, default value of wpm is **250**.
## About Spritz
[Spritz](http://www.spritzinc.com/)