setFloat
Used to allow the user to set precise floats, editable by each place value.
Initializing
Same as others, pass the tinyPillow object, aswell as a caption (string)
Select a minimum value and a maximum value, aswell as a starting value using _min, _max, start
kwargs, respectively.
Usage
Just use .start()
. This is a blocking function, so it'll wait till the user is done entering their value.
Returns the float entered by the user.
Last updated