Skip to content

xzripper/flet_pb_v_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

flet_pb_v_calc - Flet Progress Bar Value Calculator.

from flet_pb_v_calc import calculate_value

progress_bar_value = calculate_value(50, 100, 0) # Current progress bar value, maximal progress bar value, minimal progress bar value. Returns 0.5.

Installation: pip install flet_pb_v_calc