Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 896 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 896 Bytes

Chat PAPOEMDIA

Colorful and fun chat, made with sockets!

CodigoRodando

Install

You'll have to install the latest version of Python in your terminal if it's not installed yet.

How to run

1°- You have to run the server

In Powershell (version 3.10.2):
python server.py

In WSL (version 3.8.10):

python3 server.py

2°- Now open a new terminal and it's time to connect a client, you can connect as much clients as you want

In Powershell (version 3.10.2):
python client.py

In WSL (version 3.8.10):

python3 client.py

CONSIDERATIONS

  • If you want to desconnect a client, you'll have to close the terminal.
  • You can't open more than one server.

HAVE FUN!