-
Notifications
You must be signed in to change notification settings - Fork 0
Terminal width detection library for Python
License
ArneBachmann/termwidth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Terminal width determination library This library exports exactly one function: import termwidth w, h = termwidth.getTermWidth() x = w - 5 print(" " * w / 2 + "Hello" + " " * w / 2)
About
Terminal width detection library for Python
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published