A simple ink stock control system for printers, built with Python using a Tkinter graphical interface and SQLite database. Designed for local or lightweight network use.
- Inventory control for 4 fixed printer models
- Color tracking: Black, Cyan, Magenta, Yellow
- Tabbed interface (one tab per model)
- Buttons for adding and removing ink
- Local storage using SQLite
- Compatible with both Windows and Linux
- Python 3.10+
- Tkinter (included with Python)
- SQLite3