Skip to content

k3dt/epson-l3160-ink-waste-resetter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Epson L3160 Ink Waste Resetter

This python script resets the ink waste counter of the printer Epson L3160. It uses Easy SNMP which might be tricky to install, therefore also is included a Dockerfile to build an image with all dependencies. Probably compatible with L3166 and L3168. Try at your own risk.

How to use it

To use this script the printer must be connected over Wi-Fi.

### Run

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python resetter.py <PRINTER_IP>

About

Epson L3160 ink waste resetter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%