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."
- Host: GitHub
- URL: https://github.com/orafaeldantas/ink-stock-desktop
- Owner: orafaeldantas
- Created: 2025-05-08T00:35:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T01:02:42.000Z (about 1 year ago)
- Last Synced: 2025-05-08T01:30:21.502Z (about 1 year ago)
- Topics: ink, local-database, printer, python, sqlite3, stock-control, tkinter
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 🛠️ Requirements
- Python 3.10+
- Tkinter (included with Python)
- SQLite3