An open API service indexing awesome lists of open source software.

https://github.com/orafaeldantas/ink-stock-desktop

Desktop app to manage printer ink stock across multiple models and colors."
https://github.com/orafaeldantas/ink-stock-desktop

ink local-database printer python sqlite3 stock-control tkinter

Last synced: about 1 year ago
JSON representation

Desktop app to manage printer ink stock across multiple models and colors."

Awesome Lists containing this project

README

          

# Ink Stock Manager 🖨️🟡🔵🔴⚫

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.

## 🧩 Features

- 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

## 🖼️ Interface Preview

App screenshot

## 🛠️ Requirements

- Python 3.10+
- Tkinter (included with Python)
- SQLite3