Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerossb/pybrotherinfo
A CLI made in python to retrieve information from the Brother Printer and send it by e-mail to the Administrators of the Printer.
https://github.com/zerossb/pybrotherinfo
Last synced: 23 days ago
JSON representation
A CLI made in python to retrieve information from the Brother Printer and send it by e-mail to the Administrators of the Printer.
- Host: GitHub
- URL: https://github.com/zerossb/pybrotherinfo
- Owner: zerossB
- License: mit
- Created: 2019-04-11T19:02:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T19:10:31.000Z (over 5 years ago)
- Last Synced: 2024-11-07T15:53:33.167Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyBrotherInfo
A CLI made in python to retrieve information from the Brother Printer and send it by e-mail to the Administrators of the Printer.## Getting Started
This 'module' or 'script' (or something like that, I have not set it yet) has been tested with the Brother DCP-L5652DN.### Prerequisites
You will need these tools to run.- Python3
- Virtualenv
- Git### Installing
To install PyBrotherInfo, make the project clone with the command below.```bash
git clone https://github.com/zerossB/PyBrotherInfo.git
```Then install the project dependencies using pip
```bash
pip install -r requirements.txt
```Then run the project.
```bash
python3 main.py
```If you want you can even put a routine on your operating system to pick up this information within a time span.
## Authors
- Haynesss - *Initial Work* - [ZerossB](https://github.com/zerossb)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details