This is an encrypted instant messenger, with one client and one server, written in Python
Begin by starting the server
python EncryptedIM.py -s
Then run the client on another terminal using the IP of the server's machine
python EncryptedIM.py -c <ServerIP>