
    STh                          d Z ddZy)zP
Tools intended to be used inside a Python REPL, like ipython or python itself.
c                 F   t        dt        d|            }t        d|| z   |       D ]\  }t        d|dd       t        |       D ]1  }|dz  dk(  rt        d	d
       	 t        t	        ||z         d	       3 t                ^ y# t
        $ r t        dd	       Y Yw xY w)a  Print all chars in the terminal, to help you find that cool one to put in your
    customized spinner or bar. Also useful to determine if your terminal do support them.

    Args:
        line_length (int): the desired characters per line
        max_char (int): the last character in the unicode table to show
            this goes up to 0x10ffff, but after the default value it seems to return
            only question marks, increase it if would like to see more.

    i         0x05xz: )end     ?N)minmaxrangeprintchrUnicodeEncodeError)line_lengthmax_charijs       ^/home/www/backend.miabetepe.com/venv/lib/python3.12/site-packages/alive_progress/tools/repl.pyprint_charsr      s     8SH-.H4K/= 	1S'l%{# 	$A3w!|cr"$c!a%jc*		$ 		 & $cs#$s   BB B N)r   i   )__doc__r        r   <module>r      s   
r   