A CLI made in python to retrieve information from the Brother Printer and send it by e-mail to the Administrators of the Printer.
This 'module' or 'script' (or something like that, I have not set it yet) has been tested with the Brother DCP-L5652DN.
You will need these tools to run.
- Python3
- Virtualenv
- Git
To install PyBrotherInfo, make the project clone with the command below.
git clone https://github.com/zerossB/PyBrotherInfo.gitThen install the project dependencies using pip
pip install -r requirements.txtThen run the project.
python3 main.pyIf you want you can even put a routine on your operating system to pick up this information within a time span.
- Haynesss - Initial Work - ZerossB
This project is licensed under the MIT License - see the LICENSE file for details