 .. nperrier


########################
Distribuer vos projets
########################

===================
Py2EXE
===================
En python 2:
http://www.py2exe.org/index.cgi/Tutorial

En python 2 et 3:
https://cx-freeze.readthedocs.io/en/latest/script.html#script
ou
https://www.pyinstaller.org/

======================
Via un produit (wheel)
======================
Une arborescence à créer, une poignée de fichiers et votre projet est prêt pour être diffusé au monde entier !

https://hub.notaname.fr/langages/python/comment-structurer-un-projet-python
