pyinstaller add files

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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