I'm creating a Python program. I came across a situation I would need to open a terminal window, does anyone know how I can do this?
            Asked
            
        
        
            Active
            
        
            Viewed 154 times
        
    0
            
            
        - 
                    are you not already running python from a terminal? – Riceblades May 24 '22 at 16:11
- 
                    1Look at module `subprocess`. – BoarGules May 24 '22 at 16:13
- 
                    check this answer https://stackoverflow.com/questions/19308415/execute-terminal-command-from-python-in-new-terminal-window – Omar Tougui May 24 '22 at 16:16
- 
                    it's cause i want my executable file to open a terminal window – Gui May 25 '22 at 18:51
