Is there any package or any way to run python code through cmd easily. For example when i combine ctrl + shift + anything I want it to run a python file through the cmd and not through the sublime text console
Python code running through cmd
deathaxe
#2
The Terminus package can run python in interactive mode and run your file. You can set it up as custom build system. The output is presented in a separate view or output panel.
0 Likes