Skip to content

RasmusAChr/PythonLiveChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live Chat Program in Python

This program allows you to easily setup and/or join a live chat.

Table of Contents

Introduction

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).

Features

  • Lightweight and simple GUI.
  • Custom username.
  • Automatic server logging.
  • Option to easily create custom commands.

Requirements

Python 3.x (this program was made using Python 3.7.1)

How to use Client

  1. Start by running the program.
  2. Enter the servers ip-adress and port.
  3. Enter your username you want to use on the server.
  4. Press login.

Server Installation

  1. Start by opening CMD and type ipconfig.
  2. Find and remember your IPv4 adress.
  3. Downloading the server.py file.
  4. Open the file in an editor.
  5. Scroll to the bottom and find HOST = 'YOUR IP'.
  6. Replace YOUR IP with your IPv4 adress.
  7. You can choose whichever port you like.
  8. How run the program and the server should start up.
  9. The log is saved in the same folder as the server file.

License

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages