add setup script with mouse click recording

This commit is contained in:
Nayan Sawyer
2026-04-02 17:08:30 -04:00
parent 7932a5d9f2
commit ef5bfc5931
4 changed files with 177 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"pynput>=1.7.6",
]