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.
- Host: GitHub
- URL: https://github.com/xzripper/flet_pb_v_calc
- Owner: xzripper
- License: mit
- Created: 2023-10-21T15:10:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T15:17:14.000Z (about 2 years ago)
- Last Synced: 2025-03-14T03:18:46.066Z (9 months ago)
- Topics: flet, python, utility
- Language: Python
- Homepage: https://github.com/xzripper/flet_pb_v_calc
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flet - flet_pb_v_calc - Flet Progress Bar Value Calculator. (Uncategorized / Uncategorized)
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```