The Wayback Machine - https://web.archive.org/web/20201020213700/https://github.com/mach1el/pchat
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Pchat VERSION

PyPI - Python Version PyQt5 - PyQt Version

Multi users chat,this simple application using python socket to handle the connection and using PyQt framework to create GUI for this app.To make secure data transformation i using Python cryptography with RSA technique to decrypt all message before sending between clients.

Logs

  • ver 1.5.1
- Add leave room feature.
  • ver 1.5
- Add features create,join,leave room (leave room feature still in development)
- In client side,now using QTreeWidget to listing all rooms avaiable
  and user who joined to that room.
- You can only chat with other user in the same room.
  • ver 1.1
- Server side now, listing user who connected to it,
  will appear on QTableWidget instead of QTreeWidget.
  • ver 1.0
- Tested on Arch linux.
- Have not been support for windows platform yet.
- Threading still have not been optimized on Client side.
- Using pycrypto library with RSA technique to decrypt and encrypt 
  data transformation between clients.

Install Requirements

pip install -r requirements.txt

License

AUR

You can’t perform that action at this time.