Skip to content

Commit

Permalink
fixed codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 22, 2025
1 parent 5286c31 commit d37d7b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions size.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os
import time

while True:
width, height = os.get_terminal_size()
print(f'{height, width}', end='\r', flush=True)
time.sleep(0.25)

0 comments on commit d37d7b5

Please sign in to comment.