So verwandeln Sie Python vs Code in eine ausführbare Datei

pip install pyinstaller

cd YourFilePath

pyinstaller --onefile YourFileName
Condemned Cowfish