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

https://github.com/lightsing/cli-chat

Python Command Line Chat Server and Client (Cli-chat)
https://github.com/lightsing/cli-chat

Last synced: about 1 year ago
JSON representation

Python Command Line Chat Server and Client (Cli-chat)

Awesome Lists containing this project

README

          

README
---

# Python Cli-chat (In Developing)

## Requirement

1. Python 3
2. pyCrypto

## Warning

Include Server and Client.
Low efficiency due to RSA encryption almost all traffic.

> Consider using AES in the future.

## How to use

1. Generate a server RSA key pair using util.Operator.generateRSA() and writeoutRSA()
2. Edit config file.(__addr__ and __port__)
3. Run server.py