Answers for "how to make a terminal in python"

4

how to make a terminal in python

# Honestly
# Doing this in python without
# using some electron library or something would be hell
# Id highly recommend writing a terminal wrapper/CLI for what you want
# Not going out of your way to write a whole new terminal
#
# Wx/Tk can never go wrong tho \s
Posted by: Guest on April-23-2021
1

terminal from python

import os
os.system("command")
Posted by: Guest on October-09-2021

Code answers related to "how to make a terminal in python"

Python Answers by Framework

Browse Popular Code Answers by Language