Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaymody/lpm


https://github.com/jaymody/lpm

Last synced: 7 days ago
JSON representation

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
```