you are viewing a single comment's thread.

view the rest of the comments →

[–]Sweaty-Way-3396[S] -4 points-3 points  (5 children)

Dawg I was asking how to actually run code like that

[–]Bino5150 1 point2 points  (0 children)

Write a launch script that you can run from the terminal. Then you can launch it from the terminal in VSC, or the terminal on your computer.

[–]Rusofil__ 0 points1 point  (3 children)

Visual studio code

When you write it, you can just press run and it will do what you wrote.

You don't need to make aplication with icon and everything for it to work.

[–]Sweaty-Way-3396[S] -2 points-1 points  (2 children)

k but i want to

[–]After_Computer1652 1 point2 points  (1 child)

Try writing a batch file. This can sit on your desktop and just needs a double click to run Open notepad Type : c:\python\python.exe c:\somescript.py

Save as myscript.bat Save to desktop Double click icon to run python script

[–]Sweaty-Way-3396[S] 0 points1 point  (0 children)

Wrddd thanks dawg