mascot of the project
Heavily inspired by the chat communicator visible in the TV Series: MR. ROBOT.
User has access to the cli interface coloured with as much as 16 colours!!
Project under the hood is using another project: Xavier a simple REST API which is resposible for transporting the messages themselves over the internet.
Project depends on only a few dependancies:
- aiohttp - websocket connection, fetching periodical data, registering users
- cryptography - symmetric/asymetric encryption between both parties and the server
- colorama, aioconsole, simple-term-menu - lighweight terminal utility packages.
The very important feature for me was that the project can run on linux and on very limited terminal of windows. Currently only works on linux but support for windows is planned in the future.