Recreate in Python
This commit is contained in:
parent
f1f3260373
commit
5b30348b98
5 changed files with 353 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue