Description du paquet
Pour compiler le fichier suivant vous devez posséder les packages suivants :
- tkinter
- glob
- os
- PIL
- tkinter.font
Ainsi que Python 3.9.2 et la version 4.1 de pyinstaller
INSTRUCTIONS:
Ouvrez une invite de commande dans le dossier "SOUCRCE FILES" et tapez la commande suivante :
pyinstaller -F -i "ico.ico" --windowed "PHOTO-MANAGER.py"Une fois la compilation fini, copié les images ainsi que l'icone dans le dossier Dist.
To compile the following file you need the following packages:
- tkinter
- glob
- os
- PIL
- tkinter.font
As well as Python 3.9.2 and version 4.1 of pyinstaller
INSTRUCTIONS:
Open a command prompt in the "SOUCRCE FILES" folder and type the following command:
pyinstaller -F -i "ico.ico" --windowed "PHOTO-MANAGER.py"Once the compilation is finished, copy the images and the icon to the Dist folder.
Para compilar el siguiente archivo debe tener los siguientes paquetes:
- tkinter
- glob
- os
- PIL
- tkinter.font
Así como Python 3.9.2 y la versión 4.1 de pyinstaller
INSTRUCCIONES:
Abra un símbolo del sistema en la carpeta "SOUCRCE FILES". y escribe el siguiente comando:
pyinstaller -F -i "ico.ico" --windowed "PHOTO-MANAGER.py"Una vez terminada la compilación, copie las imágenes y el icono en la carpeta Dist.