Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaymody/lpm
https://github.com/jaymody/lpm
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaymody/lpm
- Owner: jaymody
- License: mit
- Created: 2022-03-12T23:07:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T02:50:13.000Z (10 months ago)
- Last Synced: 2024-01-26T03:32:00.619Z (10 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lines Per Minute
A command-line typing tool made for programmers. Inspired by [wpm](https://github.com/cslarsen/wpm).
## Install
```
pip install git+https://github.com/jaymody/lpm.git
```## Usage
Start the program with:
```
lpm
```
Use `lpm -h` for additional options.## Dev Notes
**Install Project:**
```shell
pip install -e ".[dev]"
```**Tests:**
```shell
pytest tests
```