An open API service indexing awesome lists of open source software.

https://github.com/xzripper/flet_pb_v_calc

Flet Progress Bar Value Calculator.
https://github.com/xzripper/flet_pb_v_calc

flet python utility

Last synced: 2 months ago
JSON representation

Flet Progress Bar Value Calculator.

Awesome Lists containing this project

README

          

# flet_pb_v_calc - Flet Progress Bar Value Calculator.
```python
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```