Metadata-Version: 2.4
Name: finalog
Version: 0.1.0
Summary: Capture banking transactions from screen and log them to Google Sheets
Author: Michael Zhang
License: MIT
Project-URL: Homepage, https://github.com/mzhang/finalog
Keywords: banking,transactions,screen-capture,google-sheets
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: numpy>=1.19.0
Requires-Dist: mss>=6.1.0
Requires-Dist: pillow>=8.0.0
Requires-Dist: PyQt6
Requires-Dist: requests
Requires-Dist: pyautogui
Requires-Dist: pytesseract
Requires-Dist: matplotlib
Requires-Dist: python-dotenv
Requires-Dist: google-api-python-client
Requires-Dist: google-genai
Requires-Dist: google-auth
