https://github.com/ahuge/chitchat
P2P Instant Messaging app written in Python and Qt
https://github.com/ahuge/chitchat
chat-application nuke p2p p2p-chat project pyqt4 pyqt5 pyside pyside2 qt qt5 vfx
Last synced: 11 months ago
JSON representation
P2P Instant Messaging app written in Python and Qt
- Host: GitHub
- URL: https://github.com/ahuge/chitchat
- Owner: Ahuge
- Created: 2018-07-07T07:57:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T08:57:34.000Z (almost 8 years ago)
- Last Synced: 2025-07-10T15:03:22.510Z (11 months ago)
- Topics: chat-application, nuke, p2p, p2p-chat, project, pyqt4, pyqt5, pyside, pyside2, qt, qt5, vfx
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChitChat
P2P Instant Messaging app written in Python and Qt


# WARNING
### It is very very alpha right now. Many features don't yet work.
## Issues:
- Windows broadcast packet sending seems different. I am hacking it locally and sending it to 127.0.0.1 instead of 255.255.255.255 but I am not sure why 255 doesn't work on windows.
- Sending the message to another user hasn't been tested it. There were some heavy api changes in the networking layer so I assume that it probably won't work.
## Future Features:
- Send parts of nukescripts/extra mimedata to the other person.
- Emojis/gifs
- Nicer UI
- timestamped messages
- Remote user's messages should be right justified.
- Refresh should happen passively every 1min or so.
- Refresh should remove uses that are no longer around.
- Build it into a Qt panel for Nuke or Maya.