Table of Contents
A simple chat app between users with the twist that messages are scrambled but still readable! This is because of the effect of typoglycemia.
In the terminal, please install dependencies by running
pip3 install -r dev-requirements.txt
uvicorn main:app --reload --port 8000
python3 client/main.py
After the server and a client has been launched, the client application will present a prompt to enter a name:
[
After entering a name and clicking continue, you will then be brought to a new screen. This screen will prompt you to enter a room before you can send any messages. The room ID can be anything, but will be converted to contain no spaces.
[
Once connected to a room, other users can join the same room with the same ID. From there, you can send each other messages, where received messages will automatically be misspelled.
[
Distributed under the MIT License. See LICENSE
for more information.