Skip to content

mjalt96/Python-Socket-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.