PY-CHAT
Create or join a private chatroom without any third-party middlemen in less than 30 seconds, available through an AES encrypted password protected link.
Download (Windows)
- Download PY-CHAT.zip here
- Unzip PY-CHAT.zip
- Double-click PY-CHAT
Usage
Creating a chatroom
- Enter "create"
- Enter your address
- Example: localhost
- Example: localhost:5555
- Enter your forwarded port address (optional)
- Example: 2.tcp.eu.ngrok.io:18413
- Choose your chatroom password (hidden)
- Save the chatroom link
- Choose your username
Joining a chatroom
- Enter "join"
- Paste the chatroom link
- Enter the chatroom password (hidden)
- Choose your username
Features
- AES Encrypted Link
- TLS Encrypted Messages
- Forwarded Port Support
- Connect / Disconnect Notices
Requirements
- Python 3.8+
- cryptography
- curses
Installation
- git clone https://github.com/Wans1e/PY-CHAT.git && cd cd PY-CHAT
- Windows
- pip install cryptography pyinstaller pipwin && pipwin install curses
- python PY-CHAT.py
- Mac / Linux
- pip3 install cryptography curses pyinstaller
- python3 PY-CHAT.py
Executable
- pyinstaller -F -i PY-CHAT.ico PY-CHAT.py