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

https://github.com/stuin/crimsoncode-conferencing

Virtual Conference Chat System for CrimsonCode 2021 (Won 1st place in advanced division)
https://github.com/stuin/crimsoncode-conferencing

Last synced: about 1 year ago
JSON representation

Virtual Conference Chat System for CrimsonCode 2021 (Won 1st place in advanced division)

Awesome Lists containing this project

README

          

#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
```

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