zayKenyon / VALORANT-rank-yoinker

A Python app which retrieves the VALORANT rank and players' equipped skins during a match
https://zayKenyon.github.io/VALORANT-rank-yoinker/
ISC License
433 stars 134 forks source link

Force Widen Terminal Window #127

Closed Undefined3301 closed 1 year ago

Undefined3301 commented 1 year ago

The printed board if the console doesn't fit the columns amount is buggy, and it keeps being badly printed after resizing the window, unlike having the right size from the beginning (that requires the user to resize the console window asap after opening vry).

Maybe there's something that scales the board to the window size but it seems like it just breaks the board, even more after rescaling the window to a higher surface.

I could provide screenshots if it's not enough clear, but it can be easily reproduced, just enable all columns available (and even one more in immortal if the guy is on the leaderboard) without resizing the console after launch, and see the result on match 😅

OwOHamper commented 1 year ago

Making terminal wider is bad solution instead I found a way to expand it to max size without resizing terminal, will come in next update.

zayKenyon commented 1 year ago

Fixed in 188a3f0.