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
- Host: GitHub
- URL: https://github.com/uralstech/pychat
- Owner: Uralstech
- License: apache-2.0
- Created: 2022-08-11T16:43:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T13:04:37.000Z (about 3 years ago)
- Last Synced: 2025-04-07T20:14:29.582Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*