Skip to content

Un client-serveur via socket entièrement écrit en Python3

Notifications You must be signed in to change notification settings

ProcessusT/ProcBinder-FullPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ProcBinder-FullPython

Un client-serveur via socket entièrement écrit en Python3

La compilation se fait avec pyinstaller

L'installation s'effectue avec pip :

pip install pyinstaller

ou en direct download :

https://pythonhosted.org

Puis ensuite pour packer le script python en exécutable :

pyinstaller -F client.py

L'option F permet de spécifier que l'on souhaite un seul fichier

About

Un client-serveur via socket entièrement écrit en Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages