You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filename = input("Enter the filename(relative) or path(elsewhere) to create its .exe: (without the file extension) - ")
packages = list(map(str, input(f"Enter the packages used/imported in your {filename}.py file in a single line separated with space(\" \"):\n").split()))