Comment transformer Python vs Code en un exécutable
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
Condemned Cowfish
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName