A fun Python utility that reads aloud your typed message, simulates sending it, and shows time-stamped alerts with clipboard support.
InstantEcho is a mini tool that mimics a message-sending experience. It asks you to input a message, reads it out loud using text-to-speech, copies it to the clipboard, and displays the sent and received timestamps in a pop-up alert.
No external chat apps or messaging APIs—just a standalone simulation for fun or prototyping!
- 📝 Pop-up message input
- 🗋 Automatic clipboard copy
- 🕒 Timestamps for "sent" and "received"
- 🔊 Instant voice feedback with TTS
- 🪧 Clean message summary pop-up
pyautogui– GUI alerts and promptspyttsx3– Text-to-speech enginepyperclip– Clipboard accesstime– Timestamping
pip install pyautogui pyttsx3 pyperclippython InstantEcho_gui.py- Enter a message in the pop-up box
- Listen to it spoken aloud
- See message info in an alert box
- Message is auto-copied to your clipboard
- Fun CLI-to-GUI interaction testing
- Text-to-speech demo
- Voice feedback for accessibility
- Quick simulated messaging UX
Made with ❤️ by Daksh Aggarwal GitHub • LinkedIn
This project is licensed under the MIT License.