pyinstaller add files

Solutions on MaxInterview for pyinstaller add files by the best coders in the world

showing results for - "pyinstaller add files"
Mateo
11 Feb 2020
1pyinstaller --add-data 'src/README.txt:.' myscript.py
2
Alejandra
03 May 2019
1pyinstaller -F --add-data "main.kv;main.kv" yourtarget.py
2
Abril
07 Aug 2018
1pyinstaller --add-data 'src/README.txt:.' myscript.py
2