Upload files to "/"

new data
This commit is contained in:
2025-08-15 20:10:29 +00:00
commit 32517873b3
4 changed files with 3846 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
ایجاد یک مخزن جدید در خط فرمان
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin ssh://git@codeberg.org/Alibig/ea_shadow.git
git push -u origin mains
درج تغییرات مخزن موجود از خط فرمان
git remote add origin ssh://git@codeberg.org/Alibig/ea_shadow.git
git push -u origin main
شسزشسززشسصضبصض1111ب11112211ewg22

10
main.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
pip install -r requirements.txt
python main.py
set /p user_input=Enter something:
echo You entered: %user_input%
pause
pause
pause
pausee2
pause1

3809
main.py Normal file

File diff suppressed because it is too large Load Diff

15
requirements.txt Normal file
View File

@@ -0,0 +1,15 @@
psycopg2
pyautogui
opencv-python
numpy
pyzbar
pandas
requests
pyotp
pyperclip
selenium
seleniumbase
pytz
openpyxl
psutil
python-dotenv