ishan
0
Q:

pyinstaller geeksforgeeks

Install pip using
	pip install pyinstaller

in the directory of the source code file run
	pyinstaller <file_name>.py
2
.\pyinstaller --onefile -w 'filename.py'
0
pyinstaller --onefile -w 'filename.py'
0

New to Communities?

Join the community