This is the terminal from Ubuntu, now available on every device!
import os
pink = "\033[0;31m"
white = "\033[0;37m"
while True:
print(pink + "zacharyrude@ubuntu:~$", end=" ")
cmd = input(white)
os.system(cmd)| Name | Name | Last commit date | ||
|---|---|---|---|---|