Sublime Forum

Prompting for user input

#1

In the book I am using to learn basic Python, it says: “Sublime Text doesn’t run programs that prompt the user for input. You can use Sublime Text to write programs that prompt for input, but you’ll need to run these programs from a terminal.”

Is there a way around this, without using having to use the terminal?

0 Likes

#2

The Terminus package provides a terminal that’s directly inside of Sublime, and you can use it to drive a build system so that native builds are interactive.

The README for the package includes information on that, and I also have a video that goes through it in detail.

1 Like

#3

You must have been reading my diary. Perfect. Thanks so much.

0 Likes