This project automates chat interaction using "Python", "PyAutoGUI", and "OpenAI API".
It reads messages from a chat window, sends them to an AI model for response generation,
and automatically types and sends the reply — mimicking a natural human conversation.
- Automatically copies chat messages from the screen
- Generates smart, human-like responses using OpenAI GPT models
- Sends the generated reply automatically
- Secure API key handling using environment variables
- Adjustable mouse coordinates for any chat app
- Safe termination anytime with "Ctrl + C"