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)
- Host: GitHub
- URL: https://github.com/stuin/crimsoncode-conferencing
- Owner: stuin
- Created: 2021-03-06T18:45:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T15:24:52.000Z (about 5 years ago)
- Last Synced: 2025-02-09T12:27:39.043Z (about 1 year ago)
- Language: Python
- Homepage: https://devpost.com/software/crimson-conferencing
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.