Skip to content
Advertisement

Tag: user-input

How could I use and manipulate float numbers in PyPanel using textbox widgets instead of sliders?

The Problem: I’m trying to get a float number user input indicator box like this which I designed on LabView in Python using PyPanel to eventually make a dashboard with multiple similar boxes (etc.). Background: I’m trying to make a user friendly dashboard using PyPanel. I am new to dashboards but have some experience in running calculations and modelling in

User Input to set dynamic variable Python

I made a simple random.choice code by myself. But there is a major problem with it. I can’t take user input to dynamically set variables. What I’m trying to achieve is taking a user input and setting that as zorluk_secimi and after that if it matches to a category it will pick a random word from that category. Answer Try

Advertisement