pyqt5, cmd, console
Moved
Unsolved
Qt for Python
-
Hi and welcome to devnet,
Either use QProcess or the Python subprocess module.
-
Hello,
you can use moduleos
to run cmd in python
for example:import os os.system("echo hello")
-
This post is deleted!
-
@GinaBishop
Same answers as above. Did you try @SGaist's suggestions?