Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

File metadata and controls

20 lines (14 loc) · 419 Bytes

#Crimson Conferences

A python client and server system for meeting and chatting in a text based virtual environment.

There is currently a demo server running at mine.stuintech.com

Running the server

python server.py

Running the client

The client requires the library asciimatics:

pip install asciimatics

python client.py <url> <username>

Go to help.txt or type help in chat to learn more.