Skip to content Skip to sidebar Skip to footer
Showing posts with the label User Interface

In Wxpython How Do You Bind A Evt_key_down Event To The Whole Window?

I can bind an event to a textctrl box np. The problem is I have to be clicked inside of the textct… Read more In Wxpython How Do You Bind A Evt_key_down Event To The Whole Window?

Python Tkinter's Entry.get() Does Not Work, How Can I Fix It?

I am building a simple program for university. We have to convert our code to an interface. Ive man… Read more Python Tkinter's Entry.get() Does Not Work, How Can I Fix It?

Tkinter Keeping Window On Top All Times On Macos

I'm trying to create a screen 'curtain' which blocks parts of the screen except for the… Read more Tkinter Keeping Window On Top All Times On Macos

Embed Audio, Video In Python Gui

I am working on a project that requires me to display some live video feeds from networked cameras … Read more Embed Audio, Video In Python Gui

Plotting Multiple Graphs In Separate Tkinter Figures Within The Same Window

I'm trying to create a GUI using tkinter that will plot multiple plots when prompted. Right now… Read more Plotting Multiple Graphs In Separate Tkinter Figures Within The Same Window

Python: Getting Option From Function?

I'm working with Tkinter in Python and am using OptionMenu and want to get the selection the us… Read more Python: Getting Option From Function?

Tkinter Window Get X, Y, Geometry/coordinates Without Top Of Window

I am using tk in python (3), though I'd assume that this applies to any language. I am looking … Read more Tkinter Window Get X, Y, Geometry/coordinates Without Top Of Window

Navigating Between Multiple Tkinter Gui Frames

I found some code online to create a tkinter GUI with multiple frames. I tried to modify the code t… Read more Navigating Between Multiple Tkinter Gui Frames

Using Python To Automate External Program

Whats the best Python library to automate an external program We have accounting software where we … Read more Using Python To Automate External Program

Requests Module Missingschema Error In Tkinter Gui Due To Inability To Fill Variable Before Execution Of Mainloop: How To Resolve This?

I'm trying to build a GUI over some existing code and I'm running into a MissingSchema erro… Read more Requests Module Missingschema Error In Tkinter Gui Due To Inability To Fill Variable Before Execution Of Mainloop: How To Resolve This?

Displaying Emojis/symbols In Python Using Tkinter Lib

Does Tkinter support 16bit range characters, because I can not print emojis in the gui, when printi… Read more Displaying Emojis/symbols In Python Using Tkinter Lib

Assigning Items From Dictionary's Set To A Combobox

My plan was to create a combobox with the names of individuals, so that user can select a name from… Read more Assigning Items From Dictionary's Set To A Combobox

Unable To Pass Location Of Input And Output To An Extenal Command Using User-interface In Python

I am completely new to python. I am trying to pass the location of Input and output using User int… Read more Unable To Pass Location Of Input And Output To An Extenal Command Using User-interface In Python

Checking A Checkbox With Pywinauto Doesn't Work

I installed the last pywinauto module from pip. I don't know how to use the Check(), UnCheck(),… Read more Checking A Checkbox With Pywinauto Doesn't Work

Tkinter.tk() And Threading

There is an interesting issue with Tkinter and threading: I have a Tkinter based GUI and some code … Read more Tkinter.tk() And Threading

Cx_freeze Executable Not Displaying Matplotlib Figures

I am using Python 3.5 and I was able to create an executable using cx_Freeze but whenever I try to … Read more Cx_freeze Executable Not Displaying Matplotlib Figures

In Python/opencv Is There A Way To Quickly Scroll Through Frames Of A Video, Allowing The User To Select The Start And End Frame To Be Processed?

In preparing to process a video I want the user to be able to select the first and last frame to be… Read more In Python/opencv Is There A Way To Quickly Scroll Through Frames Of A Video, Allowing The User To Select The Start And End Frame To Be Processed?

Pyqt4 - Detect Global Mouse Click

A part of a small project I am working on involves 'calibrating' the coordinates of the scr… Read more Pyqt4 - Detect Global Mouse Click

How To Give The Location Of "input" And "output" For A Python Code Using User Interface And Run The Code From Ui Itself?

I have a python code : import gdal import numpy from skimage.filters import threshold_otsu ds = gda… Read more How To Give The Location Of "input" And "output" For A Python Code Using User Interface And Run The Code From Ui Itself?

Clicking A Button To Create A New Button Using Pyqt5 Python

I'm trying to create a window(UI) that have a button click action implemented using python and … Read more Clicking A Button To Create A New Button Using Pyqt5 Python