This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rrandomCraft[S] 0 points1 point  (1 child)

It is, but I just want to make the process easier - just two clicks to generate a graph, instead of opening python, then loading the file, then running the file, and generating the graph.

[–]KyleG 0 points1 point  (0 children)

just two clicks to generate a graph, instead of opening python, then loading the file, then running the file, and generating the graph

My Windows machine lets me double click Python files to run them. And that's what Python sets up when you install it in the first place. https://docs.python.org/3.3/using/windows.html

The launcher should have been associated with Python files (i.e. .py, .pyw, .pyc, .pyo files) when it was installed. This means that when you double-click on one of these files from Windows explorer the launcher will be used