Upload files to "/"
new data
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal 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
10
main.bat
Normal 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
|
15
requirements.txt
Normal file
15
requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
psycopg2
|
||||
pyautogui
|
||||
opencv-python
|
||||
numpy
|
||||
pyzbar
|
||||
pandas
|
||||
requests
|
||||
pyotp
|
||||
pyperclip
|
||||
selenium
|
||||
seleniumbase
|
||||
pytz
|
||||
openpyxl
|
||||
psutil
|
||||
python-dotenv
|
Reference in New Issue
Block a user