Skip to content

simple implementation of python socket for creating server/client based programs supporting threading.

License

Notifications You must be signed in to change notification settings

aasmpro/simplesocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplesocket

simple implementation of python socket for creating server/client based programs supporting threading.

Installation

pip3 install simplesocket

Usage

in Server script import:

from simplesocket import SimpleServer

and in Client script import:

from simplesocket import SimpleClient