Piteau is an asynchronous socket based chat application written in python for education purposes.
- Chat server to route message between clients
- Chat client to send user input messages to server and receive server messages
- Easy way to implement a chat bot
Full documentation is available at https://piteau.readthedocs.io/ .
- Unit testing
- Implement chatrooms, private messages and IRC-like commands
- Implement UI