This is a personal project to create a chat and game room application using Python and the socket library. The application is designed to provide a platform for users to communicate in real time.
Please note that this project is currently under development. While the basic functionality is in place, there may be bugs and incomplete features. We appreciate your understanding and patience.
To run this project, you will need Python installed on your machine. You can download Python from the official website: https://www.python.org/downloads/
After installing Python, you can clone this repository to your local machine and navigate to the project directory.
To start the server, run the following command in your terminal:
python server.pyTo start the client, open a new terminal window and run:
python client.pyWe welcome contributions from the community. If you would like to contribute, please fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.
If you have any questions or suggestions, please feel free to contact me at vedantsinggh@gmail.com. Thank you for your interest in this project!