You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4align="center">Chat over <ahref="https://en.wikipedia.org/wiki/Berkeley_sockets">Berkeley Sockets</a> with encryption, p2p and over internet (needs port fowarding).</h4>
6
+
7
+
<palign="center">
8
+
<ahref="#about">About</a> •
9
+
<ahref="#features">Features</a> •
10
+
<ahref="#usage">Usage</a> •
11
+
<ahref="#credits">Credits</a> •
12
+
<ahref="#license">License</a>
13
+
</p>
14
+
15
+

16
+
17
+
## About
18
+
19
+
This is a simple python program made for university work. It uses python socket, threads and a encryption package. This program uses P2P and client-server architecture.
20
+
21
+
## Features
22
+
23
+
* Interactive Chat
24
+
* Send and view replies.
25
+
* Multi-client
26
+
* Create a lobby with your friends
27
+
* P2P
28
+
* Run your own server and client to make a direct connection with another clients
29
+
* Encryption
30
+
* Make your messages safe with [fernet](https://github.com/pyca/cryptography).
31
+
32
+
## Usage
33
+
34
+
To run this program you will need [git](https://git-scm.com/), [python](https://www.python.org/), [request](https://github.com/psf/requests), [cryptography](https://github.com/pyca/cryptography). On your console:
0 commit comments