Initial code commit

This commit is contained in:
Warezpeddler
2026-01-28 23:57:28 +00:00
parent 853db6cf83
commit 4429d07aab
9 changed files with 2937 additions and 2 deletions

35
requirements.txt Normal file
View File

@@ -0,0 +1,35 @@
# Core SMB functionality
aiosmb>=0.1.0
# Enhanced features
pillow>=10.0.0
pytesseract>=0.3.10
pyyaml>=6.0
# Office document processing
python-docx>=0.8.11
openpyxl>=3.1.0
python-pptx>=0.6.21
# Archive handling
rarfile>=4.0
py7zr>=0.20.0
# Standard library dependencies (usually included with Python)
# asyncio
# argparse
# logging
# pathlib
# datetime
# typing
# json
# csv
# re
# os
# sys
# tempfile
# subprocess
# shutil
# threading
# time
# concurrent.futures