matrix.py is a lightweight and intuitive Python library to build bots on the Matrix protocol. It provides a clean, decorator-based API similar to popular event-driven frameworks, allowing developers to focus on behavior rather than boilerplate. It is built on top of matrix-nio, a powerful Matrix client library for Python.
matrix.py is designed to be simple and easy to use, making it perfect for both beginners and experienced developers. It supports all major Matrix features, including rooms, events, and user management.
You can see my contributions to the project on GitHub.