This Python script automates responses in chat applications using PyAutoGUI for GUI interactions and Google Gemini AI for generating replies. It monitors the chat for the last message from a specified sender, retrieves the message, and generates a friendly, paraphrased response in Hinglish or Hindi. The script seamlessly integrates clipboard operations and mouse controls for an efficient user experience.
- Python
- PyAutoGUI (for GUI automation)
- Google Gemini AI (for generating responses)
- Clipboard Operations
- Automated Response Generation: Automatically generates a reply to the last received message.
- GUI Automation: Uses PyAutoGUI to interact with the chat application (mouse controls and clipboard operations).
- Customizable Responses: The script responds in Hinglish or Hindi based on your configuration.
- Efficient Interaction: Seamless integration of clipboard and mouse actions for an intuitive user experience.