User Interface - Colaboratory
User Interface - Colaboratory
ipynb - Colaboratory
class Python:
def myApp:
#here my code..
https://colab.research.google.com/drive/1WiBvWgjLfV4UZouf-6Eg00cleOidYBrg#scrollTo=lKrVjg8owg6-&printMode=true 1/5
22/11/2020 User Interface.ipynb - Colaboratory
User Interface
In the industrial design eld of human-computer interaction, a user interface (UI) is the space
where interactions between humans and machines occur. The goal of this interaction is to allow
effective operation and control of the machine from the human end, whilst the machine
simultaneously feeds back information that aids the operators' decision-making process.
Examples of this broad concept of user interfaces include the interactive aspects of computer
operating systems, hand tools, heavy machinery operator controls, and process controls. The
design considerations applicable when creating user interfaces are related to, or involve such
disciplines as, ergonomics and psychology.
Generally, the goal of user interface design is to produce a user interface which makes it easy,
e cient, and enjoyable (user-friendly) to operate a machine in the way which produces the desired
result (i.e. maximum usability). This generally means that the operator needs to provide minimal
input to achieve the desired output, and also that the machine minimizes undesired outputs to the
user.
User interfaces are composed of one or more layers, including a human-machine interface (HMI)
that interfaces machines with physical input hardware such as keyboards, mice, or game pads, and
output hardware such as computer monitors, speakers, and printers. A device that implements an
HMI is called a human interface device (HID). Other terms for human-machine interfaces are man-
machine interface (MMI) and, when the machine in question is a computer, human-computer
interface. Additional UI layers may interact with one or more human senses, including: tactile UI
(touch), visual UI (sight), auditory UI (sound), olfactory UI (smell), equilibrial UI (balance), and
gustatory UI (taste).
https://en.wikipedia.org/wiki/User_interface
https://colab.research.google.com/drive/1WiBvWgjLfV4UZouf-6Eg00cleOidYBrg#scrollTo=lKrVjg8owg6-&printMode=true 2/5
22/11/2020 User Interface.ipynb - Colaboratory
My App
98 back()
99
100 elif nav != 'h' or nav != 'i' or nav != 'u':
101 error_page = "Oups! Page not found!"
102 er_404 = "404"
103 print("\n")
104 print(colored(error_page.center(50, " "), 'red'))
105 print("\n")
106 print(er_404.center(50, " "))
107 back()
108
109 main()
110
https://colab.research.google.com/drive/1WiBvWgjLfV4UZouf-6Eg00cleOidYBrg#scrollTo=lKrVjg8owg6-&printMode=true 5/5