标签: python pyinstaller
script.py
script.app
script.exe
pyinstall -F -w script.py
file.txt
但是我究竟如何才能获得有关打开了哪个文件的信息(file.txt的路径)?
到目前为止,我唯一尝试的方法是阅读sys.argv,但没有任何内容。
sys.argv