Chat program.
- Python 3.X
- Start the program from the command line with
$ python3 .
in TinyChat's directory. - Set your name and the partner's IP address.
- You can check your IP by using
$ ifconfig eth0 || ipconfig
- You can check your IP by using
- Set the server option to Yes or No.
- A server and a NOT server is necessary for working connection.
- To rename yourself during chat conversation, type in:
/setname <NEW NAME>
- To reconnect, type in:
/re
- To set the partner's IP address, type in:
/ip <IP>
Ways to contribute:
- Check for open issues
- Read the
TODO
file
- Fork this repository
- Create a new branch (optional)
- Clone it
- Make your changes
- Upload them
- Make a pull request here
Copyright © Martin Kondor 2021
This repository is licensed under the BSD 3-Clause
license.
See the LICENSE file for more details.