Skip to content
View salmiyounes's full-sized avatar

Block or report salmiyounes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. base64 base64 Public

    base64 decode/encode

    C 3

  2. chess-engine chess-engine Public

    chess engine in c and python

    C 18 1

  3. movcli movcli Public archive

    A cli tool to search and watch movies

    Python 3 1

  4. A Python script that allows you to s... A Python script that allows you to search for anime, select episodes, and stream them using the MPV player.
    1
    #!/usr/bin/env python3
    2
    from typing import Dict, Any, List
    3
    from anipy_api.provider.base import ProviderStream
    4
    from anipy_api.provider import list_providers, get_provider, LanguageTypeEnum
    5
    from anipy_api.anime import Anime