Sigmanificient / PyTchat

A open-source python tchat for basic text communications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Tchat

Scrutinizer Code Quality GitHub code size in bytes GitHub repo size Lines of code GitHub last commit Github gitmoji

A simple texts communication platform using pygame and sockets.

How to install ?

You need a python 3.8.6 server with at least one opened port

  • Download the source code from this repo.

Server

  • Run the Makefile main target.
    make server

Or

cd server
  • Install the required python packages

    python -m pip install requirements.txt
  • run the server using the bat file, the sh file or this command below:

    python -m pytchat [port]

Client

  • Make sure to have node.js installed on your computer.

  • Download the source code from this repo.

  • Run the client using

    make client

Or

cd client
  • Install the required dependencies

    npm install
  • Run the client using

    npm serve

About

A open-source python tchat for basic text communications

License:MIT License


Languages

Language:Vue 55.5%Language:Python 18.9%Language:JavaScript 10.3%Language:Makefile 8.1%Language:HTML 7.2%