Skip to content
View luizoti's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report luizoti

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. fastapi_boilerplate fastapi_boilerplate Public

    A FastApi boilerplate with JWT login

    Python

  2. Check if window is fullscreen Check if window is fullscreen
    1
    #!/usr/bin/python3
    2
    
                  
    3
    # Tested on python3.8
    4
    
                  
    5
    import sys
  3. skin.xperience1080 skin.xperience1080 Public

    Forked from xperience1080/skin.xperience1080

    Xperience1080 skin for Kodi 16.x, 17.x, 18.x and 19.x.

    3 1

  4. A simple KODI RPC client A simple KODI RPC client
    1
    import argparse
    2
    import subprocess
    3
    import traceback
    4
    
                  
    5
    import requests