1.0.1 • Published 3 years ago
python-chatroom v1.0.1
Python Chatroom
A simple Python chatroom.
Usage
Download Python
If you have Python installed Python, skip this step and go to the next.
On your keyboard, press Windows + R. When the window 'Run' pops up, type cmd and press Enter. When the Command Prompt shows up, type python. The Micrsoft Store opens, press 'Install'. When the download finishes, go to the next step. :) 👍
Execution
Open the Command Prompt (Windows + R), type cd C:\Users\localuser\Downloads and then python server.py. The ouput should be [*] Listening as 0.0.0.0:5002.
On another Command Prompt window or computer, type cd C:\Users\localuser\Downloads and then python client1.py. Type a username and ... ta-da! The chatroom should be working. :)