python3-wcwidth

determine printable width of a string on a terminal
  https://github.com/jquast/wcwidth
  0
  no reviews



Wcwidth allows one to determine the printable width of a string on a terminal. It provides functions similar to wcwidth(3) and wcswidth(3) for Python programs.