An open API service indexing awesome lists of open source software.

https://github.com/uralstech/pychat

An online chat program made in Python
https://github.com/uralstech/pychat

Last synced: about 1 month ago
JSON representation

An online chat program made in Python

Awesome Lists containing this project

README

          

# PyChat

## Introduction
PyChat is an online chat program made in Python.
You can download it and use it as a foundation for your own chat programs!

## Setup
1. Run Server.py
2. Follow the instructions in the terminal.
3. Run Client.py on any client device
4. Follow the instructions on screen.
5. Start chatting! (*there's no moderation!*)

*You can use [**pyinstaller**](https://pyinstaller.org/en/stable/?adlt=strict&redig=015340A9572A4814855724C9985239F0&toWww=1) for converting your PyChat ```Client.py``` file to an ```.exe``` file.*