Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

📫 📯 A Terminal Chat Application that makes you 'shut up' heuheuheu :)

License

NotificationsYou must be signed in to change notification settings

alexemanuelol/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Terminal Chat Application that makes you 'shut up' heuheuheu :)

Setup

To clone the repository:

$ git clone https://github.com/alexemanuelol/ChatApp.git

Install the required packages:

$ cd chatapp$ pip install -r requirements.txt$ pip install -r src/terminal-text-boxes/requirements.txt

Port-forward the used port on your router by followingThis guide.

Set the server ip address and port in theconfig.ini file locatedhere.

Example

The server application

An image of the server application

The client application

An image of the client application

You press<ESC> to exit the client application

Documentation

Package structure

Every package sent between clients and the server is structured like this:

package = {    "type"          : None,    "data"          : None,    "info"          : None,    "initiator"     : None}

The different package types:

types = {    "command"       : 0,    "message"       : 1,    "notify"        : 2,    "error"         : 3}

Client Commands

Command prefix is set to: !

Commands:

  • setNickname
  • getUsers

Example:

!setNickname Awesom-O

About

📫 📯 A Terminal Chat Application that makes you 'shut up' heuheuheu :)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp