Skip to content
#

GUI

GUI stands for graphical user interface. It is a visual representation of communication presented to the user for easy interaction with the machine. It allows users to manipulate elements on the screen using a mouse, a stylus or even a finger. The actions in a GUI are usually performed through direct manipulation of the graphical elements.

Here are 3,313 public repositories matching this topic...

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

enhancement good first issue documentation Performance Improvement
kedarisetti
kedarisetti commented Feb 16, 2022

ALL software version info

Panel version '0.12.6'
Python 3.9.2
OS Mac Monterey

Description of expected behavior and the observed behavior

when a given video URL contains query parameter, the URL is not recognized as an URL

Complete, minimal, self-contained example code that reproduces the issue

import panel as pn
Video = pn.pane.Video
 url="https://www.videoserve
type: bug good first issue
supermihi
supermihi commented Mar 24, 2022

Describe the bug
I have a scheduled backup with Vorta. Today it failed because apparently the password manager was locked, leading to the screenshot below that asks me to report this issue on GitHub. Imho there should be a helpful error message instead of this exception; also Vorta was completely unresponsive after that, i.e., I could neither click the "ok" button to close the exception windo

type:bug os:linux good first issue help wanted

This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! NoCode training with TensorFlow has never been so easy.

  • Updated Apr 7, 2022
  • Python
Wikipedia
Wikipedia

Related Topics

graphical-interface