first commit

This commit is contained in:
2025-11-01 06:00:52 +05:30
parent 6a49b604a7
commit ae7194a9f2
2110 changed files with 382375 additions and 0 deletions

9
about_version.py Normal file
View File

@@ -0,0 +1,9 @@
import evdev
import psutil
import pynput
import pyautogui
print("evdev:", evdev.__version__)
print("psutil:", psutil.__version__)
print("pynput:", pynput.__version__)
print("pyautogui:", pyautogui.__version__)