Can any one help me to create a chat app?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Can any one help me to create a chat app??

Actually I have created one using python but that's without GUI. So, i tried to make it GUI with tkinter but this had many problems. I used socket module. It does not launch the application until it is connected. Another major problem is that if it doesn't receive reply it just crash crash. Plzz any one help. 🙏🙏

4th May 2019, 8:53 AM
ਹਰਦੀਪ ਸਿੰਘ
ਹਰਦੀਪ ਸਿੰਘ - avatar
7 Answers
+ 2
Try PyQt5 module, better than Tkinter.
4th May 2019, 8:55 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 2
You said you already made one without GUI, so it will be very easy to make a GUI with PyQt. If you need help, you can find many codes and solutions on stackoverflow.
4th May 2019, 8:58 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
It's a python module, if you're on linux: sudo pip install pyqt5 If on windows, you have to download it and manually install it I think.
4th May 2019, 9:04 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
There is no link, I meant if you didn't understand something, you can always look for answers in stackoverflow. For tutorials, there are many in google. Here is one: https://build-system.fman.io/pyqt5-tutorial
4th May 2019, 9:14 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Can you please provide link to that
4th May 2019, 8:59 AM
ਹਰਦੀਪ ਸਿੰਘ
ਹਰਦੀਪ ਸਿੰਘ - avatar
0
No it can be done with pip install PyQt but i was asking for your stackoverflow link..
4th May 2019, 9:11 AM
ਹਰਦੀਪ ਸਿੰਘ
ਹਰਦੀਪ ਸਿੰਘ - avatar
0
Thanks this is interesting
4th May 2019, 9:22 AM
ਹਰਦੀਪ ਸਿੰਘ
ਹਰਦੀਪ ਸਿੰਘ - avatar