proselint
Library and command-line prose linter utility (Python 3)
Install
- All systems
-
curl cmd.cat/proselint.sh
- Debian
-
apt-get install python3-proselint
- Ubuntu
-
apt-get install python3-proselint
- Arch Linux
-
pacman -S proselint
- Kali Linux
-
apt-get install python3-proselint
- Fedora
-
dnf install proselint
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-proselint
- OS X
-
brew install proselint
- Raspbian
-
apt-get install python3-proselint
- Dockerfile
- dockerfile.run/proselint
python3-proselint
Library and command-line prose linter utility (Python 3)
Proselint aggregates knowledge about best practices in writing from world's greatest writers and editors, and makes it accessible by giving suggestions in the form of a linter for prose. This package installs the library and proselint binary for Python 3.