Skip to content

A python chat application based on network sockets

Notifications You must be signed in to change notification settings

backslash057/Knova-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Knova-chat

Multiplateform chat application

  1. Server (Python + Flask)
  2. Desktop (Python + PyQt)
  3. Mobile (Flutter)
  4. Web (JS + React)

How to install

  1. Install the requirements
git clone https://github.com/Backslash0001/Knova-chat.git
cd knova-chat-master
pip install -r requirements.txt

2.1. Run the server
In development

python3 server/app.py

2.2. Run the desktop client
In development

python3 desktop/main.py

2.3. Run the mobile client
Not supported yet

flutter ...

2.4. Run the Web client
not supportted yet

...

About

A python chat application based on network sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published