Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Linux Terminal

This is the terminal from Ubuntu, now available on every device!

Source Code

import os

pink = "\033[0;31m"
white = "\033[0;37m"
while True:
     print(pink + "zacharyrude@ubuntu:~$", end=" ")
     cmd = input(white)
     os.system(cmd)

About

The terminal from Ubuntu, brought to every device, including all Chromebooks, both newer and older!

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages