Recreate in Python

This commit is contained in:
Marek S. Łukasiewicz 2026-02-08 18:15:47 +01:00
parent f1f3260373
commit 5b30348b98
5 changed files with 353 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "win-telegraph"
version = "0.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pynput>=1.8.1",
"pyserial>=3.5",
]