- 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. 🙏🙏
7 ответов
+ 2
Try PyQt5 module, better than Tkinter.
+ 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.
+ 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.
+ 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
0
Can you please provide link to that
0
No it can be done with pip install PyQt but i was asking for your stackoverflow link..
0
Thanks this is interesting