/CMP2204

Bahçeşehir University CMP2204 Spring Term Project

Primary LanguagePythonMIT LicenseMIT

Bahçeşehir University CMP2204 Spring Term Project

Name ID
Onur Orkun KADER 1728778
Furkan GÜLLE 1728824
Muhammet Musa ÇAM 1728774

pip install -r requirements.txt to install the modules used in this project


A Networking Chat Application written in Python3 (Python3.6+ Needed for Formatted Strings to Work)

  1. Run the Server by executing python server.py
  2. Add One of More Clients by executing python client.py
  3. Add Usernames for those Clients
  4. Start Typing!

TODO's

  • Output to a File with Timestamps
  • Add Threading Functionality so the User Doesn't Have to Refresh Manually
  • Add a Graphical Interface, either a Program or a Website
  • Actually Read the PDF and learn what the Teacher wants