TinyChat
TinyChat copied to clipboard
💬 Extra small chat client with GUI
💬 TinyChat
Chat program.
Getting Started
Prerequisites
- Python 3.X
Steps
- 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.
In chat commands
- 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>
Contributing
Ways to contribute:
- Check for open issues
- Read the
TODOfile
Steps
- Fork this repository
- Create a new branch (optional)
- Clone it
- Make your changes
- Upload them
- Make a pull request here
Authors
License
Copyright © Martin Kondor 2021
This repository is licensed under the BSD 3-Clause license.
See the LICENSE file for more details.