Skip to content

Simple chatting program developed during university 3rd year.

Notifications You must be signed in to change notification settings

Dj5822/ChattingProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple chatting program developed during university 3rd year.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages