Metadata-Version: 1.0
Name: youtea
Version: 0.1.21
Summary: Display statistics from youtube video
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: leykoderto@gmail.com
License: Copyright (c) 2021 SladkayaDoza
Description: 
        youtea
        ======
        
        Install:
        --------
        
        ::
        
            pip install youtea
        
        Along the way depends on the requests library
        
        ::
        
            pip install requests
        
        Example:
        --------
        
        .. code:: py
        
            gg = input("link: ")
            print(f"\
            like: {youtea.like(gg)}\n\
            dislike: {dislike(gg)}\n\
            views: {view(gg)}\n\
            channel name: {channel_name(gg)}\n\
            title video: {title(gg)}\n\
            channel link: {channel_link(gg)}\n\
            description: {description(gg)}\
            ")
        
        
Platform: UNKNOWN
