Bu projede udp protokolü kullanarak pythonda basit bir chat programı yazdım. Mesaj aldığınızda notification_sound çalar ve arkaplanda da olsa sizi bilgilendirir.
Nasıl kullanılır: İlk olarak sunucu olarak başlatacağınız bilgisayarda server.py'yi çalıştırın Daha sonra client.py'yi konuşmak istediğiniz arkadaşınızla beraber açın client.py ile konuşmaya başlayın
Önemli not: programı kullanmadan önce eğer yüklü değilse tek seferlik olmak üzere pip install pygame komutunu çalıştırın
--------------------------------------TR-EN---------------------------------------
In this project, I wrote a simple chat program in python using the udp protocol.
When you receive a message, notification_sound plays and informs you even if it is in the background.
How to use: First, run server.py on the computer you will start as a server Then open client.py with the friend you want to talk to Start talking with client.py
Important note: Before using the program, run the command if pygame module has been not installed yet
pip install pygame