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

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

Can't Import Turtle Module In Python 2.x And Python 3.x

I want to play with turtle module in Python. But when i do import turtle module, i've the follo… Read more Can't Import Turtle Module In Python 2.x And Python 3.x

Expandable And Contracting Frame In Tkinter

Does anyone know if there is already a widget/class to handle expanding/contracting a frame based o… Read more Expandable And Contracting Frame In Tkinter

How To Get Python Gui To Call A Genetic Algorithm Written In C

I'm new to Stack Overflow. I have a genetic algorithm written in C that accepts user input in … Read more How To Get Python Gui To Call A Genetic Algorithm Written In C

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?

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

Python Automatically Ignore Unicode String

I've been searching to automatically import some files but since I'm on Windows i got the u… Read more Python Automatically Ignore Unicode String

Change Matplotlib Button Color When Pressed

I'm running an animation using matplotlib's FuncAnimation to display data (live) from a mic… Read more Change Matplotlib Button Color When Pressed

Wxpython How To Change The Colour Of Gauge Progress Bar In Windows

I am designing a software in Python using WxPython as GUI in Windows.I want to change the default c… Read more Wxpython How To Change The Colour Of Gauge Progress Bar In Windows

Python Or Pythonw In Creating A Cross-platform Standalone Gui App

I am developing a simple standalone, graphical application in python. My development has been done … Read more Python Or Pythonw In Creating A Cross-platform Standalone Gui App

How To Make A Variable-column Grid Using Pyqt

I'm trying to display an array of image thumbnails using Python and Qt4. My problem is that I d… Read more How To Make A Variable-column Grid Using Pyqt

What Is The Difference Between Event.x,event.y And Event.x_root,event.y_root In Tkinter?

import tkinter as tk from tkinter import ttk win=tk.Tk() def get_event(event): print(f'{ev… Read more What Is The Difference Between Event.x,event.y And Event.x_root,event.y_root In Tkinter?

Add Tkinter's Intvar To An Integer

I'm having some trouble adding a value taken from an Entry box and adding it to an existing num… Read more Add Tkinter's Intvar To An Integer

In Python, How Do I Know When A Process Is Finished?

From within a Python GUI (PyGTK) I start a process (using multiprocessing). The process takes a lo… Read more In Python, How Do I Know When A Process Is Finished?

Run Script From Gui

I wrote a script (test.py) for Data Analysis. Now I'm doing a GUI in PyQt. What I want is when … Read more Run Script From Gui

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

Multiple Mouse Pointers?

Is there a way to accept input from more than one mouse separately? I'm interested in making a … Read more Multiple Mouse Pointers?

Qt Designer Ui (python) To Json

I recently started using qt to build a python GUI. I have two problems I can't quite find the s… Read more Qt Designer Ui (python) To Json

Printing The Output Of A Script To A Window In Python

I am trying to create a GUI for the analyzeMFT python program. So far this is what i have #!/usr/bi… Read more Printing The Output Of A Script To A Window In Python

How Do Virtual Machines Render Gui?

So I have been doing a lot of reading about execution environments (Python's, JVM...) and I am … Read more How Do Virtual Machines Render Gui?