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
name = input('What is the application name?\nApplication Name: ')
os.system('cls')
console = input('Do you want your application to have an open console window\nDefault : No\nOptions: Y/N\nSelection: ')
os.system('cls')
onedir = input('Do you want your application to be a single executable or a folder.\nNote: Single executable may take a little more time to launch\nOptions: Y/N\nSelection: ')
os.system('cls')
icon = input('Input the directory to your icon file\nMUST BE .ico FILE\nFile Path: ')
os.system('cls')
version = input('What is your application version?\nApplication Version: ')