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

Unclosable Window Using Tkinter

Hey I am making a program that take a picture using my webcam when I type the wrong password. The p… Read more Unclosable Window Using Tkinter

Pyqt5 Gui - Exe Made With Pyinstaller Doesn't Open

I've got a GUI which runs perfectly fine when I execute it from the Anaconda Prompt. I get the … Read more Pyqt5 Gui - Exe Made With Pyinstaller Doesn't Open

Creating Gui For Python Client Server

Help needed with my python project. Unable to get the code for the client or server implemented wit… Read more Creating Gui For Python Client Server

Why Does My Dialogue Box Not Show When Fullscr=true?

I want to display a dialogue box to ask an experimental participant to enter a number, using psycho… Read more Why Does My Dialogue Box Not Show When Fullscr=true?

How Can I Get Tk Buttons, Generated By A For Loop, To Pass Input To Their Command? (python)

I have a program which dynamically generates a GUI. I don't know how many buttons I will have,… Read more How Can I Get Tk Buttons, Generated By A For Loop, To Pass Input To Their Command? (python)

Textfield Query For Prefix Replacing

I'm busy creating a function in my rigging tool which allows mirroring of joints and replacing … Read more Textfield Query For Prefix Replacing

Nesting Widgets In Kivy

I'm trying to make an interface in kivy and I think there are some fundamental things I don'… Read more Nesting Widgets In Kivy

Make Your Program Use A Gui

I'd like to write a program able to 'use' other programs by taking control of the mouse… Read more Make Your Program Use A Gui

Checkbuttons And Buttons: Using Lambda

I am trying to make a number of checkboxes based on a list, however it looks as if I am screwing up… Read more Checkbuttons And Buttons: Using Lambda

Making Multiple Menu's In Tkinter

Tried searching for this and could not find a suitable answer. I know we can do the following to cr… Read more Making Multiple Menu's In Tkinter

Global Variable In Main Not Getting Recognised In Another Function In Python

code below creates a layout and displays some text in the layout. Next the layout is displayed on t… Read more Global Variable In Main Not Getting Recognised In Another Function In Python

How To Speed Up Tkinter Embedded Matplot Lib And Python

I have a GUI that I am using to send a query data from an arduino. I then went to live graph this d… Read more How To Speed Up Tkinter Embedded Matplot Lib And Python

'attributeerror' While Trying To Create A Console Screen Using Urwid

code below creates a layout and displays some text in the layout. Next the layout is displayed on t… Read more 'attributeerror' While Trying To Create A Console Screen Using Urwid

How To Call An Action When A Button Is Clicked In Tkinter

I am experimenting with Tkinter for the first time, and am trying to call a function when a button … Read more How To Call An Action When A Button Is Clicked In Tkinter

Multiple Monitors With Kivy

I'm looking at using Kivy to create a program that needs to display a window on each monitor, i… Read more Multiple Monitors With Kivy

Gui Freezes When Clicking A Button In Pygtk

I know this may be a recurring question, but I don't get the point in the other answers to that… Read more Gui Freezes When Clicking A Button In Pygtk

Tkinter Gui - Deiconify() Top Level Window From A Top Level Window Class In Another Module

So i think this is possible but I'm not sure... Im creating a login system for my program, the … Read more Tkinter Gui - Deiconify() Top Level Window From A Top Level Window Class In Another Module

Gray Out A Frame After Clicking A Radiobutton Tkinter

i have this code, i'm trying to make the the first frame to gray out once the user click one of… Read more Gray Out A Frame After Clicking A Radiobutton Tkinter

Raspberry Pi : Auto Run Gui On Boot

I want to run a python script which executes a GUI on startup(as pi boots up). But I don't see… Read more Raspberry Pi : Auto Run Gui On Boot

How Do I Have Multiple Windows In Kivy?

I am trying to open one GUI from a completely different GUI. I am developing on a desktop and the w… Read more How Do I Have Multiple Windows In Kivy?