2

I'm doing python program which when working can get input from terminal.

For, example while running some process he can be async controlled from terminal commands and he not stops for user input.

How to do that in python?

7
  • Does this answer your question? Command line input in Python Commented May 26, 2020 at 6:13
  • @BaruchG. I need to program doesn't stop for user input Commented May 26, 2020 at 6:15
  • Have you looked into processes or threads? Commented May 26, 2020 at 11:18
  • @adamkgray I tried to do that with threading Commented May 26, 2020 at 11:28
  • @Dmitry Why did threading not work? Commented May 27, 2020 at 10:04

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.