Metadata-Version: 2.4
Name: myra-ai-assistant
Version: 0.2.2
Summary: MYRA AI Assistant — a desktop AI companion with chat, automation, and productivity tools.
Author-email: MYRA AI Assistant <support@myra.ai>
License-Expression: MIT
Project-URL: Homepage, https://github.com/myra-ai-assistant
Project-URL: Source, https://github.com/myra-ai-assistant/myra
Keywords: AI,assistant,desktop,pyqt,productivity,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5>=5.15.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: Pillow>=8.0.0
Requires-Dist: sounddevice>=0.4.0
Requires-Dist: pyaudio>=0.2.11
Requires-Dist: pyttsx3>=2.71
Requires-Dist: firebase-admin>=5.0.0
Requires-Dist: google-auth>=2.0.0
Requires-Dist: google-cloud-firestore>=2.0.0
Requires-Dist: cryptography>=3.0.0
Requires-Dist: PyJWT>=2.0.0
Requires-Dist: jwcrypto>=1.0.0
Requires-Dist: websockets>=10.0
Requires-Dist: requests>=2.25.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: urllib3>=1.26.0
Requires-Dist: certifi>=2022.0.0
Requires-Dist: openpyxl>=3.0.0
Requires-Dist: python-docx>=0.8.0
Requires-Dist: python-pptx>=0.6.0
Requires-Dist: pypdf>=3.0.0
Requires-Dist: psutil>=5.8.0
Requires-Dist: pyautogui>=0.9.50
Requires-Dist: pygetwindow>=0.0.5
Requires-Dist: pyperclip>=1.8.0
Requires-Dist: pynput>=1.7.0
Requires-Dist: mss>=6.0.0
Requires-Dist: yt-dlp>=2023.1.0
Requires-Dist: qrcode>=7.0.0
Requires-Dist: duckduckgo_search>=3.0.0
Requires-Dist: pywhatkit>=5.0.0
Requires-Dist: speedtest-cli>=2.0.0
Requires-Dist: phonenumbers>=8.0.0
Requires-Dist: wikipedia>=1.4.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: grpcio>=1.50.0
Requires-Dist: protobuf>=4.0.0
Requires-Dist: google-api-core>=2.0.0
Requires-Dist: pywin32>=300; sys_platform == "win32"
Requires-Dist: colorama>=0.4.0
Requires-Dist: google-generativeai>=0.3.0
Dynamic: license-file

# MYRA AI Assistant

MYRA AI Assistant is a desktop AI companion for Windows, built with PyQt5 and a rich set of automation tools.

## Installation

```bash
pip install myra-ai-assistant
```

## Usage

```bash
myra
```

This launches the MYRA desktop UI.

## Configuration

MYRA loads API keys and service credentials from a local `.env` file. Create a `.env` file in the same directory where you run `myra` and define your keys there.

Example `.env`:

```text
GEMINI_API_KEY=your_gemini_api_key_here
NOTION_TOKEN=your_notion_token_here
NOTION_DB_ID=your_notion_db_id_here
TRELLO_API_KEY=your_trello_key_here
TRELLO_TOKEN=your_trello_token_here
TRELLO_LIST_ID=your_trello_list_id_here
```

> Never hardcode API keys into source code. MYRA reads secrets from `.env` only.

## Supported Python Versions

- Python 3.10
- Python 3.11
- Python 3.12

## License

MIT License
