-
Notifications
You must be signed in to change notification settings - Fork 1
AlstonWilliams/OnlineChatroom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Notice: This is a chatroom which supports several people chatting at the same time. This project is so simple that maybe only suitable for beginners who just start learning python. In our code,what you can see is,when users send their first messages to server,they register them in server.I mean,users will not be registered when they click the button named 'StartChatting'. So,if you open two Login window,and then simulate chatting between two people,anyone can only receive the messages sended by others util he(she) send one message.This means,if one people only listen,but not speak anything,is not feasible. Usage: Add one variable to your environment,which value is your working copy: add this line to the end of ~/.bashrc: export PYTHONPATH = absolute path of your working copy Change into 'Server' directory and then run the following command: python server.js Then come to 'View' directory,and just initial 'LoginView': python LoginView.py Now you can open several tabs to simulate chatting between several people. Dependencies: PyQt4
About
This chatroom is developed with python,and UDP built-in python.It is simple to learn for beginner.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published