first commit

This commit is contained in:
2026-08-26 16:14:47 +08:00
commit 4bdbf31b3e
10 changed files with 763 additions and 0 deletions

15
environment.yaml Normal file
View File

@@ -0,0 +1,15 @@
name: rpa-robot
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- pip:
- rpaframework
- robotframework-browser
- pywinauto
- pyautogui
- pygetwindow