mjalt96 / Python-Socket-Chat

Simple socket chatroom in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Socket Chat

Socket Chatroom Application in Python.

Final Capstone Project from this Udemy Course.

Objectives:

  • Remember about sockets low-level functioning in C.
  • Learn about sockets in Python.
  • Practice Python.
  • Work with threads.
  • Learn about GUI's in Python.
  • Learn about code security in Python.
  • Finish the Capstone Project.
  • Have fun.

Milestones:

✔️ Create a simple connection between server and client. ✔️

✔️ Handle multiple clients with the capaticity to continuously send and receive messages during a session. ✔️

✔️ Use threads. ✔️

✔️ Make the code more secure. ✔️

Create a GUI w/ Flask.

About

Simple socket chatroom in python


Languages

Language:Python 100.0%