Update borealis_overlay.py
This commit is contained in:
parent
78a3643742
commit
794376ca76
@ -1,17 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Project Borealis (Fixed Progress Bar)
|
||||
=====================================
|
||||
• Uses Tesseract OCR only, storing up to 7 data points.
|
||||
• Rollover logic (reset if new < old).
|
||||
• Skips duplicates.
|
||||
• Shows a Rich table of historical data (2+ points).
|
||||
• Then displays a Rich progress bar for the current EXP, plus predicted time to level
|
||||
in hours/min/seconds if over 60 minutes.
|
||||
|
||||
Key fix: we use "with Progress(...) as progress:" *without* transient,
|
||||
so the bar remains in the console after the update.
|
||||
"""
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user