Metadata-Version: 2.4
Name: mm_rpa_utils
Version: 0.1.0
Summary: Un módulo con funciones básicas
Author-email: Carlos Sancho <carlos@memorandum.es>
License: MIT
Project-URL: Homepage, https://github.com/tu_usuario/mi_modulo
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: selenium~=4.17.2
Requires-Dist: requests~=2.32.0
Requires-Dist: pyautogui==0.9.54
Requires-Dist: python-dotenv~=1.1.1
Requires-Dist: pyinstaller==6.16.0
Requires-Dist: opencv-python==4.12.0.88
Requires-Dist: twine==6.2.0
Requires-Dist: build==1.3.0

# mm_rpa_utils

### build version

1. python -m build
2. python -m twine upload dist/*


### build app
1. pyinstaller --onefile --add-data "img;img" --add-data ".env;." --windowed .\main.py
