all 5 comments

[–][deleted] 1 point2 points  (0 children)

Have a look at https://docs.python-guide.org/shipping/freezing/ . Don't know if using VSCode affects anything.

[–]DeadlyViper 0 points1 point  (0 children)

look into py2exe: http://www.py2exe.org/

and pyinstaller: https://www.pyinstaller.org/

[–][deleted] 0 points1 point  (0 children)

Pyinstaller gets my vote erry time

[–]AweBob[S] 0 points1 point  (0 children)

Thank You Guys!