Find Related products on Amazon

Shop on Amazon

Show HN: Open-Source Windows AI assistant that uses Word, Excel through COM

Published on: 2025-07-07 14:10:28

SmartestKid AI Assistant A Windows desktop AI assistant built in Python. Assistant (without tools) is ~1000 lines of python code, with super simple chat UI inspired by the original AI, SmarterChild. Uses Windows COM automation to interface with Microsoft Office (Word, Excel), Images, and your file system. Perfect for Windows users looking to explore AI-powered desktop automation. Demo Simple-Demo-SK.mp4 Features Toggle between voice and text input modes Interface with Word, Excel, Images, and your file system (Windows only) Cute draggable interface elements Requirements Windows OS Python 3.7+ OPENAI_API_API key for AI responses Microsoft Office (for Word/Excel features) Virtual environment (recommended) Setup Clone the repository Create and activate a virtual environment: python -m venv venv # On Windows: . \v env \S cripts \a ctivate # On Unix/MacOS: source venv/bin/activate Install dependencies: pip install tkinter pillow pyaudio httpx python-dotenv Create a .env file ... Read full article.