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.