Authors:
- Sam Woodhead (sam@blueforge.xyz)
- Thomas Deadman
Chatta is a simple application for friends to chat online
- Make sure you setup a 'settings.json' file with the address and port of the chat server
- Make sure you install the required python libraries for end-to-end encyption ('install_chatta.sh' will do this)
- If on windows, get a get a build of curses for your version of python and then install it using the command:
python -m pip install yourVersion.whlRun the command
python client.pyto connect to the chatroom
Run the command
python server.pyto begin hosting or simply click the file in a windows GUI if python file types are correctly setup