Chat Mini, Python ile geliştirilmiş basit bir istemci-sunucu tabanlı sohbet uygulamasıdır. Aynı ağ üzerindeki kullanıcılar arasında temel düzeyde metin tabanlı mesajlaşmayı mümkün kılar.
Chat Mini is a simple client-server based chat application developed in Python. It enables basic text-based messaging between users on the same network.
- TCP/IP tabanlı sohbet mimarisi
- Çoklu istemci desteği (multi-threaded sunucu)
- Basit ve anlaşılır arayüz (terminal tabanlı)
- Kolay kurulum ve çalıştırma
- TCP/IP based chat architecture
- Multi-client support (multi-threaded server)
- Simple and clear interface (terminal-based)
- Easy to install and run
- Python 3.x
- Aynı ağda birden fazla cihaz (istemci ve sunucu için)
- Python 3.x
- Multiple devices on the same network (for client and server)
python server.pypython client.pyİstemci tarafında IP ve port bilgisi girilmelidir.
On the client side, you’ll need to input the server's IP and port.
Terminal tabanlı ekran görüntüleri veya bağlantıları buraya ekleyebilirsiniz.
You can include terminal screenshots or links here.
- Fork yapın
- Yeni bir dal oluşturun:
git checkout -b feature/yenilik - Değişikliklerinizi commit edin
- Push yapın ve PR gönderin
- Fork the repository
- Create a new branch:
git checkout -b feature/new-feature - Commit your changes
- Push and open a pull request
Bu proje yalnızca eğitim ve deneysel amaçlarla geliştirilmiştir.
Herhangi bir ticari kullanım amacı taşımaz.
Uygulama, açık ağlarda çalıştırıldığında veri güvenliği riski barındırabilir.
Kullanıcılar, yazılımı kendi sorumlulukları altında kullanmalıdır.
This project was developed solely for educational and experimental purposes.
It is not intended for commercial use.
When run over open/public networks, the application may pose data security risks.
Users are responsible for using the software at their own risk.
Sorularınız için issues bölümünü kullanabilirsiniz.
For questions, please use the issues section.