This program allows you to easily setup and/or join a live chat.
A simple and minimalistic live chat program I have made using Python. This was my end-of-year project in programming class from technical highscool (HTX Roskilde).
- Lightweight and simple GUI.
- Custom username.
- Automatic server logging.
- Option to easily create custom commands.
Python 3.x (this program was made using Python 3.7.1)
- Start by running the program.
- Enter the servers ip-adress and port.
- Enter your username you want to use on the server.
- Press login.
- Start by opening CMD and type
ipconfig. - Find and remember your IPv4 adress.
- Downloading the server.py file.
- Open the file in an editor.
- Scroll to the bottom and find
HOST = 'YOUR IP'. - Replace
YOUR IPwith your IPv4 adress. - You can choose whichever port you like.
- How run the program and the server should start up.
- The log is saved in the same folder as the server file.