DeviceBill

DeviceBill is a small Tkinter and SQLite application for recording device prices, generating text receipts, and checking estimated values against previous entries in the database.

A terminal-style DeviceBill boot screen graphic
Project type: Desktop utility with a static documentation site
Primary stack: Python, Tkinter, SQLite
Site style: Documentation-first, plain and technical

Features

Run

The desktop app launches with the existing Make target:

make run

Installation details are available on the Download page.

The static site can be published into `build/site` with:

make site

Files