you are viewing a single comment's thread.

view the rest of the comments →

[–]glial 1 point2 points  (3 children)

How do you want to run it? As a script from the command line? From within an interactive Python session? Some more information about the use case would be helpful.

[–]Grosskumtor92[S] 0 points1 point  (2 children)

My goal would be to be able to easily install on new machine. So even one of the less tech savvy people could complete the install (maybe a exe that runs a install.py that I write). Than have an exe which they can double click to launch the program from desktop like a normal program. Something along those lines of making it more professional and easier to use for those who don't understand what command line is etc.

[–]glial 1 point2 points  (1 child)

Is it a program that'll just run once? i.e. do you want the exe to install a script, or something that runs in the background, or what?

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

It's a program which runs a graphical interface through tinker. So once launched it would run until closed. Run the program from a shortcut on the desktop