A Peer-to-Peer (P2P) Stealth Messenger built using Python's socket library and Tkinter for the graphical user interface (GUI). This application provides secure and anonymous messaging, designed to ensure privacy between users without relying on centralized servers.
- P2P Communication: Enables direct communication between users without a central server.
- Stealth Mode: Hides message traffic, ensuring secrecy and privacy.
- GUI Interface: A simple, user-friendly interface built with
Tkinter. - Cross-Platform: Should work on any operating system that supports Python and Tkinter.
- Python 3.x
- Tkinter (usually comes pre-installed with Python)
- No external libraries are required other than Python's built-in modules.
- Clone the repository or download the ZIP file using the following command :
git clone https://github.com/4zaax/p2p-stealth-messenger-python- run main.py and test features.