RightTyper: A Python 3.12+ type assistant that adds type hints to your code. https://github.com/righttyper/righttyper, python3 -m pip install righttyper
RightTyper turns type checking into anomaly detection: it captures the most commonly used types, letting a type checker like mypy detect possibly incorrect type mismatches in your code.


