Skip to content

A voice-based message simulator that takes user input, reads it aloud using text-to-speech, and shows alerts with timestamps for a more interactive experience.

Notifications You must be signed in to change notification settings

Daksh-Aggarwal/InstantEcho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

InstantEcho

A fun Python utility that reads aloud your typed message, simulates sending it, and shows time-stamped alerts with clipboard support.

🌟 Overview

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!

πŸš€ Features

  • πŸ“ Pop-up message input
  • πŸ—‹ Automatic clipboard copy
  • πŸ•’ Timestamps for "sent" and "received"
  • πŸ”Š Instant voice feedback with TTS
  • πŸͺ§ Clean message summary pop-up

πŸ› οΈ Technologies Used

  • pyautogui – GUI alerts and prompts
  • pyttsx3 – Text-to-speech engine
  • pyperclip – Clipboard access
  • time – Timestamping

▢️ How to Run

1. Install the dependencies

pip install pyautogui pyttsx3 pyperclip

2. Run the script

python InstantEcho_gui.py

3. Follow the prompts

  • 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

πŸ“Œ Use Cases

  • Fun CLI-to-GUI interaction testing
  • Text-to-speech demo
  • Voice feedback for accessibility
  • Quick simulated messaging UX

πŸ‘©β€πŸ’» Author

Made with ❀️ by Daksh Aggarwal GitHub β€’ LinkedIn

πŸ“„ License

This project is licensed under the MIT License.

About

A voice-based message simulator that takes user input, reads it aloud using text-to-speech, and shows alerts with timestamps for a more interactive experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages