Update project files

This commit is contained in:
Thales Maciel 2026-02-10 11:01:36 -03:00
parent ad66a0d3cb
commit a17c234360
14 changed files with 952 additions and 529 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[project]
name = "lel"
version = "0.0.0"
description = "X11 transcription daemon with faster-whisper and optional AI cleanup"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"faster-whisper",
"pillow",
"python-xlib",
"PyGObject",
"i3ipc",
]
[tool.uv]
package = false