Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 692 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 692 Bytes

Python Chatting Program

Note that this program was designed to be used on Linux. You need to use WSL on Windows to run this program.

  1. Make sure Python 3 is installed.
  2. Makes sure that the latest version of pip is installed.
  3. Execute the following command: pip install pyqt5
  4. Execute the following command: python3 server.py
  5. Execute the following command twice: python3 client.py

Every time you execute python client.py you will create a new client. You may choose to execute this command as many times as you want.

  1. Enter in the following details:
IP Address: localhost 
Port: 9988
Nickname: [SomeUniqueName]

Where SomeUniqueName is a name that is unique.